Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_proto.c173 int sys_orphwait = NTP_ORPHWAIT; /* orphan wait */ variable
3952 if (sys_orphwait > 0) in clock_select()
3953 orphwait = current_time + sys_orphwait; in clock_select()
5209 orphwait = current_time + sys_orphwait; in init_proto()
5346 orphwait -= sys_orphwait; in proto_config()
5347 sys_orphwait = (int)dvalue; in proto_config()
5348 orphwait += sys_orphwait; in proto_config()
/freebsd-12.1/contrib/ntp/
H A DCommitLog146682 not needed with the addition of sys_orphwait.
146683 Add "tos orphanwait" to set sys_orphwait.
146711 [Bug 1395] --wait-sync with DLM's sys_orphwait change.