Home
last modified time | relevance | path

Searched refs:INFO_TS_MAXSKEW (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dntp_request.h249 #define INFO_TS_MAXSKEW 10. macro
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c542 * must be within INFO_TS_MAXSKEW of the receive in process_private()
632 if (fabs(dtemp) > INFO_TS_MAXSKEW) { in process_private()
636 DPRINTF(5, ("xmit/rcv timestamp delta %g > INFO_TS_MAXSKEW %g\n", in process_private()
637 dtemp, INFO_TS_MAXSKEW)); in process_private()