Home
last modified time | relevance | path

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

/src/contrib/ntp/ntpd/
H A Dntp_proto.c1515 peer2->nextdate = current_time + 1; in receive()
2547 if (peer->nextdate - current_time < (1U << min(peer->ppoll, in receive()
2549 peer->nextdate++; in receive()
2551 peer->nextdate--; in receive()
2650 peer->nextdate = current_time; in process_packet()
2776 peer->nextdate = current_time + (1u << peer->ppoll) - 2u; in process_packet()
3135 if (peer->nextdate > current_time) in poll_update()
3139 peer->nextdate = current_time + RESP_DELAY; in poll_update()
3142 peer->nextdate = utemp; in poll_update()
3150 if (peer->nextdate > current_time) { in poll_update()
[all …]
H A Dntp_timer.c339 if (p->nextdate <= current_time) { in timer()
H A Dntp_refclock.c1769 if (peer->nextdate <= limit) in refclock_checkburst()
1791 peer->nextdate = limit; in refclock_checkburst()
H A Drefclock_chu.c1085 peer->nextdate = current_time + 10; in chu_burst()
H A Dntp_request.c1043 ip->timetosend = htonl(pp->nextdate - current_time); in peer_stats()
H A Dntp_control.c2740 p->nextdate - current_time); in ctl_putpeer()
/src/contrib/ntp/include/
H A Dntp.h393 u_long nextdate; /* send time next packet */ member
/src/contrib/ntp/
H A DCommitLog-4.1.0987 (poll_update): peer->nextdate, not ->outdate. More cleanup around
1397 (poll_update): Poll wiggles. Make sure peer->nextdate is timely.
2413 * ntpd/ntp_peer.c (newpeer): Better nextdate choice.
5492 (acts_receive): Update peer->nextdate with current_nextdate