Searched refs:nextaction (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/ntp/include/
H A Dntp_refclock.h149 u_long nextaction; /* local activity timeout */ member in struct:refclockproc
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_refclock.c343 if (pp->action != NULL && pp->nextaction <= current_time)
H A Drefclock_arc.c565 peer->procptr->nextaction = current_time + QUEUETICK; \
H A Drefclock_parse.c4694 parse->peer->procptr->nextaction = current_time + ((poll_info_t *)parse->parse_type->cl_data)->rate;
4821 parse->peer->procptr->nextaction = current_time + ((poll_info_t *)parse->parse_type->cl_data)->rate;
5265 parse->peer->procptr->nextaction = 0;
5301 parse->peer->procptr->nextaction = current_time;

Completed in 83 milliseconds