Home
last modified time | relevance | path

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

/src/contrib/ntp/ntpd/
H A Dntp_timer.c81 u_long orphwait; /* orphan wait time */ variable
366 if (sys_peer == NULL && current_time > orphwait) { in timer()
H A Dntp_proto.c3668 if ( current_time > orphwait in clock_select()
3674 if ( current_time > orphwait in clock_select()
4048 orphwait = current_time + sys_orphwait; in clock_select()
5343 orphwait = current_time + sys_orphwait; in init_proto()
5480 orphwait -= sys_orphwait; in proto_config()
5482 orphwait += sys_orphwait; in proto_config()
/src/contrib/ntp/include/
H A Dntpd.h302 extern u_long orphwait; /* orphan wait time */