Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/ntpd/
Dntp_proto.c148 int sys_orphwait = NTP_ORPHWAIT; /* orphan wait */ variable
3552 if (sys_orphwait > 0) in clock_select()
3553 orphwait = current_time + sys_orphwait; in clock_select()
4723 orphwait = current_time + sys_orphwait; in init_proto()
4861 orphwait -= sys_orphwait; in proto_config()
4862 sys_orphwait = (int)dvalue; in proto_config()
4863 orphwait += sys_orphwait; in proto_config()
/freebsd-9-stable/contrib/ntp/
DCommitLog136139 not needed with the addition of sys_orphwait.
136140 Add "tos orphanwait" to set sys_orphwait.
136168 [Bug 1395] --wait-sync with DLM's sys_orphwait change.