Searched refs:NTP_ORPHWAIT (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/ntp/include/
H A Dntp.h131 #define NTP_ORPHWAIT 300 /* orphan wait (s) */ macro
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_proto.c173 int sys_orphwait = NTP_ORPHWAIT; /* orphan wait */
5354 sys_orphwait = (dvalue >= 1) ? (int)dvalue : NTP_ORPHWAIT;

Completed in 51 milliseconds