Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_proto.c2549 peer->nextdate++; in receive()
2551 peer->nextdate--; in receive()
3142 peer->nextdate = utemp; in poll_update()
3152 peer->nextdate = utemp; in poll_update()
3154 peer->nextdate = utemp; in poll_update()
3203 peer->nextdate = next; in poll_update()
3205 peer->nextdate = utemp; in poll_update()
3211 if (peer->nextdate > limit) { in poll_update()
3213 limit, peer->nextdate)); in poll_update()
3214 peer->nextdate = limit; 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()
/freebsd-14.2/contrib/ntp/include/
H A Dntp.h393 u_long nextdate; /* send time next packet */ member
/freebsd-14.2/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