Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ntp/ntpd/
HDntp_timer.c81 u_long orphwait; /* orphan wait time */ variable
366 if (sys_peer == NULL && current_time > orphwait) { in timer()
HDntp_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()
/freebsd-14-stable/contrib/ntp/include/
HDntpd.h302 extern u_long orphwait; /* orphan wait time */