Home
last modified time | relevance | path

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

/src/contrib/ntp/ntpd/
H A Drefclock_arc.c497 u_long next_resync; /* Next resync time (s) compared to current_time. */ member
745 up->next_resync = current_time + INITIAL_RESYNC_DELAY + (67*unit)%1009; in arc_start()
1117 { up->next_resync = current_time + RETRY_RESYNC_TIME; } in arc_receive()
1512 (up->next_resync <= current_time) ); in arc_poll()
1558 up->next_resync = current_time + DEFAULT_RESYNC_TIME; in arc_poll()