Home
last modified time | relevance | path

Searched refs:hpoll (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntp_proto.c393 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 Dntp_refclock.c407 poll_update(peer, peer->hpoll, 0); in refclock_transmit()
1790 peer->hpoll = peer->minpoll; in refclock_checkburst()
H A Dntp_request.c763 ips->hpoll = pp->hpoll; in list_peers_sum()
897 ip->hpoll = pp->hpoll; in peer_info()
H A Dntp_peer.c1006 peer->hpoll = peer->minpoll; in newpeer()
H A Dntp_crypto.c349 mpoll = 1U << min(peer->ppoll, peer->hpoll); in make_keylist()
397 ntohl(vp->fstamp), peer->hpoll)); in make_keylist()
H A Dntp_control.c507 { CP_HPOLL, RO, "hpoll" }, /* 12 */
2664 ctl_putuint(peer_var[id].text, p->hpoll); in ctl_putpeer()
H A Drefclock_parse.c3472 …((int)(current_time - parse->pollneeddata) > (1<<(max(min(parse->peer->hpoll, parse->peer->ppoll),… in parse_poll()
/freebsd/contrib/ntp/sntp/
H A Dnetworking.h50 u_char hpoll; member
/freebsd/contrib/ntp/ntpdc/
H A Dlayout.std49 offsetof(hpoll) = 11
72 offsetof(hpoll) = 16
H A Dntpdc_ops.c498 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 Dsnmp_ntp.c140 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 Dntp_request.h356 s_char hpoll; /* host polling interval */ member
384 u_char hpoll; /* peer.hpoll */ member
H A Dntp.h274 u_char hpoll; /* local poll interval */
270 u_char hpoll; /* local poll interval */ global() member
/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c98 (int) offsetof(struct info_peer_summary, hpoll));
144 (int) offsetof(struct info_peer, hpoll));
/freebsd/contrib/ntp/ntpq/
H A Dntpq-subs.c1609 { "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 Dntpq.texi712 @item @code{hpoll}
H A Dntpq-opts.def936 .It Cm hpoll
H A Dinvoke-ntpq.texi816 @item @code{hpoll}
/freebsd/contrib/ntp/
H A DCommitLog-4.1.0690 (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 DChangeLog4592 * ntp_proto.c: sys_survivors and hpoll cleanup from Dave Mills.
H A DCommitLog[all...]