Home
last modified time | relevance | path

Searched refs:orphwait (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_timer.c81 u_long orphwait; /* orphan wait time */ variable
363 if (sys_peer == NULL && current_time > orphwait) { in timer()
H A Dntp_proto.c3580 if ( current_time > orphwait in clock_select()
3586 if ( current_time > orphwait in clock_select()
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()
5355 orphwait += sys_orphwait; in proto_config()
/freebsd-13.1/contrib/ntp/include/
H A Dntpd.h273 extern u_long orphwait; /* orphan wait time */