/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_proto.c | 393 u_char hpoll; in transmit() local 401 hpoll = peer->hpoll; in transmit() 416 poll_update(peer, hpoll, 0); in transmit() 437 poll_update(peer, hpoll, 0); in transmit() 466 poll_update(peer, hpoll, 0); in transmit() 524 hpoll = sys_poll; in transmit() 542 hpoll++; in transmit() 587 poll_update(peer, hpoll, (peer->hmode == MODE_CLIENT)); in transmit() 2538 poll_update(peer, peer->hpoll, (peer->hmode == MODE_CLIENT)); in receive() 2548 peer->hpoll)) / 2) in receive() [all …]
|
H A D | ntp_refclock.c | 407 poll_update(peer, peer->hpoll, 0); in refclock_transmit() 1790 peer->hpoll = peer->minpoll; in refclock_checkburst()
|
H A D | ntp_request.c | 763 ips->hpoll = pp->hpoll; in list_peers_sum() 897 ip->hpoll = pp->hpoll; in peer_info()
|
H A D | ntp_peer.c | 1006 peer->hpoll = peer->minpoll; in newpeer()
|
H A D | ntp_crypto.c | 349 mpoll = 1U << min(peer->ppoll, peer->hpoll); in make_keylist() 397 ntohl(vp->fstamp), peer->hpoll)); in make_keylist()
|
H A D | ntp_control.c | 507 { CP_HPOLL, RO, "hpoll" }, /* 12 */ 2664 ctl_putuint(peer_var[id].text, p->hpoll); in ctl_putpeer()
|
H A D | refclock_parse.c | 3472 …((int)(current_time - parse->pollneeddata) > (1<<(max(min(parse->peer->hpoll, parse->peer->ppoll),… in parse_poll()
|
/freebsd/contrib/ntp/sntp/ |
H A D | networking.h | 50 u_char hpoll; member
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | layout.std | 49 offsetof(hpoll) = 11 72 offsetof(hpoll) = 16
|
H A D | ntpdc_ops.c | 498 ntp_poll = 1<<max(min3(plist->ppoll, plist->hpoll, NTP_MAXPOLL), in dopeers() 618 pp->ppoll, pp->hpoll, (u_long)pp->keyid, pp->version, ntohs(pp->associd)); in printpeer()
|
/freebsd/contrib/bsnmp/snmp_ntp/ |
H A D | snmp_ntp.c | 140 int32_t hpoll; /* HostPoll */ member 1028 val_parse_int32(val, &p->hpoll, in fetch_peers() 1033 val_parse_int32(val, &p->hpoll, in fetch_peers() 1293 value->v.integer = t->hpoll; in op_ntpPeersVarTable()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_request.h | 356 s_char hpoll; /* host polling interval */ member 384 u_char hpoll; /* peer.hpoll */ member
|
H A D | ntp.h | 274 u_char hpoll; /* local poll interval */ 270 u_char hpoll; /* local poll interval */ global() member
|
/freebsd/usr.sbin/ntp/ntpdc/ |
H A D | nl.c | 98 (int) offsetof(struct info_peer_summary, hpoll)); 144 (int) offsetof(struct info_peer, hpoll));
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq-subs.c | 1609 { "hpoll", 0 }, /* 3 */ 1627 { "hpoll", 0 }, /* 3 */ 1647 { "hpoll", 0 }, /* 4 */ 1698 long hpoll = 0; in doprintpeers() 1826 } else if (!strcmp("hpoll", name)) { in doprintpeers() 1827 if (decodeint(value, &hpoll) && hpoll < 0) in doprintpeers() 1828 hpoll = NTP_MINPOLL; in doprintpeers() 1902 poll_sec = 1 << min(ppoll, hpoll); in doprintpeers() 1697 long hpoll = 0; doprintpeers() local
|
H A D | ntpq.texi | 712 @item @code{hpoll}
|
H A D | ntpq-opts.def | 936 .It Cm hpoll
|
H A D | invoke-ntpq.texi | 816 @item @code{hpoll}
|
/freebsd/contrib/ntp/ |
H A D | CommitLog-4.1.0 | 690 (transmit): We want 3, not 2, consecutive polls. hpoll logic 696 (poll_update): hpoll cleanup. 934 * ntpd/ntp_refclock.c (refclock_transmit): valid/hpoll cleanup. 935 * ntpd/ntp_proto.c (transmit): valid/hpoll and peer->ttl cleanup. 960 * ntpd/ntp_proto.c (transmit): hpoll calc logic cleanup. 997 * ntpd/ntp_proto.c (transmit): hpoll cleanup. Call clock_select() 1001 (poll_update): peer->hpoll sanity checking. Set peer->outdate, 1003 (clock_select): Fix hpoll typo in call to poll_update(). 1013 (poll_update): Sanity check peer->hpoll. Improve debug info. 1044 Update peer->hpoll based on CTL_PST_SEL_CORRECT, not FLAG_SYSPEER. [all …]
|
H A D | ChangeLog | 4592 * ntp_proto.c: sys_survivors and hpoll cleanup from Dave Mills.
|
H A D | CommitLog | [all...] |