Searched refs:unreach (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_proto.c431 * this code is not quite right -- peer->unreach counts polls
438 if (peer->unreach > sys_beacon) {
439 peer->unreach = 0;
448 peer->unreach++;
489 peer->unreach++;
510 * enabled and the peer is fit. Reset unreach
517 peer->unreach = 0;
532 if (peer->unreach >= NTP_UNREACH) {
2354 peer->unreach = 0;
3854 peer->unreach
[all...]
H A Dntp_request.c901 ip->unreach = (u_char)pp->unreach;
H A Dntp_control.c519 { CP_UNREACH, RO, "unreach" }, /* 22 */
2741 ctl_putuint(peer_var[id].text, p->unreach);
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_request.h389 u_char unreach; /* peer.unreach */ member in struct:info_peer
H A Dntp.h103 #define NTP_UNREACH 10 /* poll unreach threshold */
386 int unreach; /* watchdog counter */ member in struct:peer
/freebsd-11-stable/contrib/libpcap/
H A Dscanner.l422 icmp-unreach { yylval->i = 3; return NUM; }
/freebsd-11-stable/usr.sbin/ntp/ntpdc/
H A Dnl.c154 printf("offsetof(unreach) = %d\n",
155 (int) offsetof(struct info_peer, unreach));
/freebsd-11-stable/contrib/ipfilter/iplang/
H A Diplang_y.y387 | unreach
428 unreach: label
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c621 "reach %03o, unreach %d, flash 0x%04x, ",
622 pp->reach, pp->unreach, pp->flash2);

Completed in 144 milliseconds