Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ntp/ntpd/
Dntp_proto.c154 int sys_orphwait = NTP_ORPHWAIT; /* orphan wait */ variable
3835 if (sys_orphwait > 0) in clock_select()
3836 orphwait = current_time + sys_orphwait; in clock_select()
5011 orphwait = current_time + sys_orphwait; in init_proto()
5148 orphwait -= sys_orphwait; in proto_config()
5149 sys_orphwait = (int)dvalue; in proto_config()
5150 orphwait += sys_orphwait; in proto_config()
/freebsd-10-stable/contrib/ntp/
DCommitLog136423 not needed with the addition of sys_orphwait.
136424 Add "tos orphanwait" to set sys_orphwait.
136452 [Bug 1395] --wait-sync with DLM's sys_orphwait change.