Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ntp/ntpd/
HDntp_proto.c173 int sys_orphwait = NTP_ORPHWAIT; /* orphan wait */ variable
3960 orphwait = current_time + sys_orphwait; in clock_select()
5216 orphwait = current_time + sys_orphwait; in init_proto()
5353 orphwait -= sys_orphwait; in proto_config()
5354 sys_orphwait = (dvalue >= 1) ? (int)dvalue : NTP_ORPHWAIT; in proto_config()
5355 orphwait += sys_orphwait; in proto_config()
/freebsd-11-stable/contrib/ntp/
HDCommitLog147395 not needed with the addition of sys_orphwait.
147396 Add "tos orphanwait" to set sys_orphwait.
147424 [Bug 1395] --wait-sync with DLM's sys_orphwait change.