/freebsd/contrib/netbsd-tests/ipf/regress/ |
H A D | i8 | 2 block in proto icmp from any to any icmp-type unreach code 1 3 pass in proto icmp all icmp-type unreach code cutoff-preced 4 pass in proto icmp all icmp-type unreach code filter-prohib 5 pass in proto icmp all icmp-type unreach code isolate 6 pass in proto icmp all icmp-type unreach code needfrag 7 pass in proto icmp all icmp-type unreach code net-prohib 8 pass in proto icmp all icmp-type unreach code net-tos 9 pass in proto icmp all icmp-type unreach code host-preced 10 pass in proto icmp all icmp-type unreach code host-prohib 11 pass in proto icmp all icmp-type unreach code host-tos [all …]
|
H A D | f7 | 3 block in proto icmp from any to any icmp-type unreach code 3 4 pass in proto icmp from any to any icmp-type unreach code 3
|
/freebsd/contrib/netbsd-tests/ipf/expected/ |
H A D | i8 | 2 block in inet proto icmp from any to any icmp-type unreach code 1 3 pass in inet proto icmp from any to any icmp-type unreach code 15 4 pass in inet proto icmp from any to any icmp-type unreach code 13 5 pass in inet proto icmp from any to any icmp-type unreach code 8 6 pass in inet proto icmp from any to any icmp-type unreach code 4 7 pass in inet proto icmp from any to any icmp-type unreach code 9 8 pass in inet proto icmp from any to any icmp-type unreach code 11 9 pass in inet proto icmp from any to any icmp-type unreach code 14 10 pass in inet proto icmp from any to any icmp-type unreach code 10 11 pass in inet proto icmp from any to any icmp-type unreach code 12 [all …]
|
/freebsd/sbin/pfctl/tests/files/ |
H A D | pf0011.ok | 7 pass in inet6 proto ipv6-icmp all icmp6-type unreach keep state 8 pass in inet6 proto ipv6-icmp all icmp6-type unreach code admin-unr keep state 15 block drop in inet6 proto ipv6-icmp all icmp6-type unreach 16 block drop in inet6 proto ipv6-icmp all icmp6-type unreach code admin-unr 17 pass in inet proto icmp all icmp-type unreach code needfrag keep state
|
H A D | pf1010.in | 1 pass inet proto icmp icmp-type {unreach}
|
H A D | pf1010.ok | 1 pass inet proto icmp all icmp-type unreach keep state
|
H A D | pf0011.in | 17 pass in inet proto icmp all icmp-type unreach code needfrag
|
/freebsd/contrib/netbsd-tests/ipf/input/ |
H A D | f7 | 4 in icmp 1.1.1.1 2.1.1.1 unreach 5 in icmp 1.1.1.1 2.1.1.1 unreach,1 6 in icmp 1.1.1.1 2.1.1.1 unreach,3
|
/freebsd/sbin/ipf/iplang/ |
H A D | BNF | 48 icmptype ::= "echorep" | "echorep" "{" echoopts "}" ";" | "unreach" | 49 "unreach" "{" unreachtype "}" ";" | "squench" | "redir" |
|
H A D | iplang_y.y | 385 | unreach 426 unreach:
|
/freebsd/share/examples/ipfilter/rules/ |
H A D | example.7 | 12 block in on le1 proto icmp from any to any icmp-type unreach code 3
|
H A D | example.5 | 20 block in proto icmp from any to any icmp-type unreach
|
H A D | example.sr | 22 block in log on le0 proto icmp from any to any icmp-type unreach
|
/freebsd/share/examples/ipfilter/ |
H A D | rules.txt | 84 block from any to any icmp unreach 122 block in log on le0 proto icmp from any to any icmp-type unreach
|
H A D | example.14 | 22 block in log on le0 proto icmp from any to any icmp-type unreach
|
H A D | BNF | 54 icmp-type = "unreach" | "echo" | "echorep" | "squench" | "redir" |
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_proto.c | 438 if (peer->unreach > sys_beacon) { in transmit() 439 peer->unreach = 0; in transmit() 448 peer->unreach++; in transmit() 498 peer->unreach++; in transmit() 526 peer->unreach = 0; in transmit() 541 if (peer->unreach >= NTP_UNREACH) { in transmit() 2441 peer->unreach = 0; in receive() 3942 peer->unreach = 0; in clock_select()
|
H A D | ntp_request.c | 901 ip->unreach = (u_char)pp->unreach; in peer_info()
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | layout.std | 77 offsetof(unreach) = 21
|
/freebsd/contrib/ntp/include/ |
H A D | ntp.h | 103 #define NTP_UNREACH 10 /* poll unreach threshold */ 390 int unreach; /* watchdog counter */ 386 int unreach; /* watchdog counter */ global() member
|
H A D | ntp_request.h | 389 u_char unreach; /* peer.unreach */ member
|
/freebsd/contrib/libpcap/ |
H A D | scanner.l | 443 icmp-unreach { yylval->h = 3; return NUM; }
|
/freebsd/usr.sbin/ntp/ntpdc/ |
H A D | nl.c | 154 (int) offsetof(struct info_peer, unreach));
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq.texi | 700 @item @code{unreach} 702 unreach counter
|
H A D | ntpq-opts.def | 930 .It Cm unreach 931 unreach counter
|