Home
last modified time | relevance | path

Searched refs:nextaction (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dntp_refclock.h149 u_long nextaction; /* local activity timeout */ member
/freebsd/contrib/ntp/ntpd/
H A Drefclock_arc.c565 peer->procptr->nextaction = current_time + QUEUETICK; \
H A Drefclock_parse.c4708 …parse->peer->procptr->nextaction = current_time + ((poll_info_t *)parse->parse_type->cl_data)->rat… in gps16x_poll()
4835 …parse->peer->procptr->nextaction = current_time + ((poll_info_t *)parse->parse_type->cl_data)->rat… in poll_poll()
5279 parse->peer->procptr->nextaction = 0; in trimbletsip_end()
5315 parse->peer->procptr->nextaction = current_time; in trimbletsip_init()
H A Dntp_refclock.c344 if (pp->action != NULL && pp->nextaction <= current_time) in refclock_timer()
/freebsd/contrib/ntp/
H A DChangeLog2090 and move "action" and "nextaction" data for same from struct peer to
H A DCommitLog[all...]