Home | History | Annotate | Download | only in ntpd

Lines Matching refs:burst

83 #define	RESP_DELAY	1	/* refclock burst delay (s) */
490 if (peer->burst == 0) {
507 * burst if enabled.
520 * Here the peer is reachable. Send a burst if
562 peer->burst--;
563 if (peer->burst == 0) {
567 * set and all peers have completed the burst,
2336 peer->burst = peer->retry = 0;
2640 * First, if either burst mode is armed, enable the burst.
2647 peer->burst = min(1 << (peer->hpoll -
2650 peer->burst = NTP_IBURST - 1;
2651 if (peer->burst > 0)
3113 * sending in a burst, use the earliest time. When not in a
3114 * burst but with a reply pending, send at the earliest time
3120 * Now we figure out if there is an override. If a burst is in
3136 if (peer->burst > 0) {
3148 * If a burst is not in progress and a crypto response message
3218 DPRINTF(2, ("poll_update: at %lu %s poll %d burst %d retry %d head %d early %lu next %lu\n",
3220 peer->burst, peer->retry, peer->throttle,
3501 * processing. If not synchronized or not in a burst, tickle the
3509 if (0 == peer->burst || LEAP_NOTINSYNC == sys_leap) {