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

  /src/external/bsd/ntp/dist/include/
ntp_refclock.h 152 u_long nextaction; /* local activity timeout */ member in struct:refclockproc
  /src/external/bsd/ntp/dist/ntpd/
refclock_arc.c 567 peer->procptr->nextaction = current_time + QUEUETICK; \
refclock_parse.c 4710 parse->peer->procptr->nextaction = current_time + ((poll_info_t *)parse->parse_type->cl_data)->rate;
4837 parse->peer->procptr->nextaction = current_time + ((poll_info_t *)parse->parse_type->cl_data)->rate;
5281 parse->peer->procptr->nextaction = 0;
5317 parse->peer->procptr->nextaction = current_time;
ntp_refclock.c 346 if (pp->action != NULL && pp->nextaction <= current_time)

Completed in 62 milliseconds