Searched refs:ppoll (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dntp.h81 u_char ppoll; /* poll value */ member in struct:ntpdata
H A Dprint-ntp.c119 TCHECK(bp->ppoll);
120 printf(", poll %u (%us)", bp->ppoll, 1 << bp->ppoll);
/macosx-10.10.1/ntp-92/sntp/
H A Dnetworking.h68 u_char ppoll; member in struct:speer
H A Dmain.c193 x_pkt.ppoll = 8;
/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_proto.c875 pkt->ppoll, pkt->ppoll, 0, 0, 0,
896 MODE_CLIENT, hisversion, pkt->ppoll, pkt->ppoll,
957 rbufp->dstadr, MODE_PASSIVE, hisversion, pkt->ppoll,
1135 * Set the peer ppoll to the maximum of the packet ppoll and the
1140 peer->ppoll = max(peer->minpoll, pkt->ppoll);
1146 if (pkt->ppoll > pee
[all...]
H A Dntpsim.c253 xpkt.ppoll = rpkt->ppoll;
H A Dntp_request.c785 ips->ppoll = pp->ppoll;
907 ip->ppoll = pp->ppoll;
H A Dntp_refclock.c214 peer->ppoll = peer->maxpoll;
H A Dntp_control.c197 { CP_PPOLL, RO, "ppoll" }, /* 11 */
1656 ctl_putuint(peer_var[CP_PPOLL].text, peer->ppoll);
H A Dntp_crypto.c310 mpoll = 1 << min(peer->ppoll, peer->hpoll);
H A Drefclock_parse.c3274 ((current_time - parse->pollneeddata) > (1<<(max(min(parse->peer->hpoll, parse->peer->ppoll), parse->peer->minpoll)))))
/macosx-10.10.1/ntp-92/include/
H A Dntp.h288 u_char ppoll; /* remote poll interval */ member in struct:peer
545 u_char ppoll; /* peer poll interval */ member in struct:pkt
H A Dntp_request.h346 s_char ppoll; /* peer polling interval */ member in struct:info_peer_summary
372 u_char ppoll; /* peer.ppoll */ member in struct:info_peer
/macosx-10.10.1/ntp-92/ntpq/
H A Dntpq-subs.c1368 { "ppoll", 0 }, /* 4 */
1385 { "ppoll", 0 }, /* 4 */
1437 long ppoll = 0; local
1526 if (decodeint(value, &ppoll)) {
1528 if (ppoll < 0)
1529 ppoll = NTP_MINPOLL;
1581 poll_sec = 1<<max(min3(ppoll, hpoll, NTP_MAXPOLL), NTP_MINPOLL);
/macosx-10.10.1/ntp-92/libsntp/
H A Dlibsntp_query.c164 x_pkt.ppoll = 8;
/macosx-10.10.1/ntp-92/ntpdc/
H A Dntpdc_ops.c516 ntp_poll = 1<<max(min3(plist->ppoll, plist->hpoll, NTP_MAXPOLL),
626 "ppoll %d, hpoll %d, keyid %lu, version %d, association %u\n",
627 pp->ppoll, pp->hpoll, (u_long)pp->keyid, pp->version, ntohs(pp->associd));
/macosx-10.10.1/ntp-92/ntpdate/
H A Dntpdate.c690 xpkt.ppoll = NTP_MINPOLL;
H A Dntptimeset.c868 xpkt.ppoll = NTP_MINPOLL;
/macosx-10.10.1/ruby-106/ruby/
H A Dthread.c3533 ppoll(struct pollfd *fds, nfds_t nfds, function
3586 result = ppoll(&fds, 1, timeout, NULL);
H A Dconfigure15753 mktime timegm gmtime_r clock_gettime gettimeofday poll ppoll\

Completed in 523 milliseconds