Searched refs:poll_update (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/ntp/ntpd/ |
| H A D | ntp_proto.c | 416 poll_update(peer, hpoll, 0); in transmit() 437 poll_update(peer, hpoll, 0); in transmit() 466 poll_update(peer, hpoll, 0); in transmit() 587 poll_update(peer, hpoll, (peer->hmode == MODE_CLIENT)); in transmit() 2336 poll_update(peer, pkt->ppoll, 0); in receive() 2538 poll_update(peer, peer->hpoll, (peer->hmode == MODE_CLIENT)); in receive() 2915 poll_update(peer, sys_poll, 0); in clock_update() 3075 poll_update( in poll_update() function
|
| H A D | ntp_loopfilter.c | 920 poll_update(peer, sys_poll, 0); in local_clock()
|
| H A D | ntp_refclock.c | 407 poll_update(peer, peer->hpoll, 0); in refclock_transmit()
|
| /freebsd-14.2/contrib/ntp/include/ |
| H A D | ntpd.h | 255 extern void poll_update (struct peer *, u_char, u_char);
|
| /freebsd-14.2/contrib/ntp/html/hints/ |
| H A D | notes-xntp-v3 | 99 The poll-interval randomization feature of poll_update (in
|
| /freebsd-14.2/contrib/ntp/ |
| H A D | CommitLog-4.1.0 | 696 (poll_update): hpoll cleanup. 962 (poll_update): Improvements. 998 after calling poll_update, not before. 999 (receive): Call poll_update after crypto_recv if FLAG_SKEY. 1003 (clock_select): Fix hpoll typo in call to poll_update(). 1017 call poll_update(). Make each entry in the peer_list a 1047 (clock_select): call poll_update(peer->hpoll) earlier. 1048 (peer_xmit): Call poll_update later. 1072 (poll_update): When updating peer->ppoll, check on BCAST and 1391 check poll_update(). [all …]
|
| H A D | CommitLog | 11411 first try to move poll_update 11415 first try to move poll_update 162101 do not reuse hpoll local in poll_update as scratch int.
|