HomeSort by: relevance | last modified time | path
    Searched refs:orphwait (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
ntp_timer.c 83 u_long orphwait; /* orphan wait time */ variable
368 if (sys_peer == NULL && current_time > orphwait) {
ntp_proto.c 3670 if ( current_time > orphwait
3676 if ( current_time > orphwait
4050 orphwait = current_time + sys_orphwait;
5345 orphwait = current_time + sys_orphwait;
5481 case PROTO_ORPHWAIT: /* orphan wait (orphwait) */
5482 orphwait -= sys_orphwait;
5484 orphwait += sys_orphwait;
  /src/external/bsd/ntp/dist/include/
ntpd.h 304 extern u_long orphwait; /* orphan wait time */

Completed in 19 milliseconds