HomeSort by: relevance | last modified time | path
    Searched defs:pdelay (Results 1 - 6 of 6) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/postscreen/
postscreen_misc.c 79 DELTA_TIME pdelay; local
83 PSC_CALC_DELTA(pdelay, now, tv);
85 format_tv(buf, pdelay.dt_sec, pdelay.dt_usec, SIG_DIGS, var_delay_max_res);
86 *delta = pdelay;
postscreen_misc.c 79 DELTA_TIME pdelay; local
83 PSC_CALC_DELTA(pdelay, now, tv);
85 format_tv(buf, pdelay.dt_sec, pdelay.dt_usec, SIG_DIGS, var_delay_max_res);
86 *delta = pdelay;
  /src/external/ibm-public/postfix/dist/src/global/
log_adhoc.c 102 DELTA_TIME pdelay; /* time before queue manager */ local
133 * Use wall clock time to compute pdelay (before active queue latency) if
185 DELTA(pdelay, stats->active_arrival, stats->incoming_arrival);
201 DELTA(pdelay, now, stats->incoming_arrival);
217 PRETTY_FORMAT(buf, ", delays=", pdelay);
log_adhoc.c 102 DELTA_TIME pdelay; /* time before queue manager */ local
133 * Use wall clock time to compute pdelay (before active queue latency) if
185 DELTA(pdelay, stats->active_arrival, stats->incoming_arrival);
201 DELTA(pdelay, now, stats->incoming_arrival);
217 PRETTY_FORMAT(buf, ", delays=", pdelay);
  /src/external/bsd/ntp/dist/ntpd/
refclock_wwv.c 249 #define PDELAY ((.91 + 4.7 - 0.45) / 1000) /* system delay (s) */
518 double pdelay; /* propagation delay (s) */ member in struct:wwvunit
1300 int pdelay /* propagation delay (samples) */
1316 epoch = up->mphase - pdelay - SYNSIZ;
2092 up->timestamp, PDELAY + up->pdelay);
2458 up->pdelay = pp->fudgetime1;
2461 up->pdelay = pp->fudgetime2;
2463 up->pdelay = 0;
refclock_wwv.c 249 #define PDELAY ((.91 + 4.7 - 0.45) / 1000) /* system delay (s) */
518 double pdelay; /* propagation delay (s) */ member in struct:wwvunit
1300 int pdelay /* propagation delay (samples) */
1316 epoch = up->mphase - pdelay - SYNSIZ;
2092 up->timestamp, PDELAY + up->pdelay);
2458 up->pdelay = pp->fudgetime1;
2461 up->pdelay = pp->fudgetime2;
2463 up->pdelay = 0;

Completed in 38 milliseconds