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

/freebsd-10.3-release/contrib/ntp/ntpd/
H A Drefclock_arc.c497 u_long next_resync; /* Next resync time (s) compared to current_time. */ member in struct:arcunit
745 up->next_resync = current_time + INITIAL_RESYNC_DELAY + (67*unit)%1009;
1114 { up->next_resync = current_time + RETRY_RESYNC_TIME; }
1509 (up->next_resync <= current_time) );
1555 up->next_resync = current_time + DEFAULT_RESYNC_TIME;

Completed in 94 milliseconds