Home
last modified time | relevance | path

Searched refs:unreach (Results 1 – 7 of 7) sorted by relevance

/openbsd/regress/sbin/pfctl/
H A Dpf11.ok7 pass in inet6 proto ipv6-icmp all icmp6-type unreach
8 pass in inet6 proto ipv6-icmp all icmp6-type unreach code admin-unr
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
H A Dpf11.loaded25 @6 pass in inet6 proto ipv6-icmp all icmp6-type unreach
29 @7 pass in inet6 proto ipv6-icmp all icmp6-type unreach code admin-unr
57 @14 block drop in inet6 proto ipv6-icmp all icmp6-type unreach
61 @15 block drop in inet6 proto ipv6-icmp all icmp6-type unreach code admin-unr
65 @16 pass in inet proto icmp all icmp-type unreach code needfrag
H A Dpf11.optimized25 @6 pass in inet6 proto ipv6-icmp all icmp6-type unreach
29 @7 pass in inet6 proto ipv6-icmp all icmp6-type unreach code admin-unr
57 @14 block drop in inet6 proto ipv6-icmp all icmp6-type unreach
61 @15 block drop in inet6 proto ipv6-icmp all icmp6-type unreach code admin-unr
65 @16 pass in inet proto icmp all icmp-type unreach code needfrag
H A Dpf11.in17 pass in inet proto icmp all icmp-type unreach code needfrag
/openbsd/lib/libpcap/
H A Dscanner.l279 icmp-unreach { yylval.i = 3; return NUM; }
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xtensa.c9239 fragS *unreach = fragP->fr_next; in convert_frag_immed() local
9240 while (!(unreach->fr_type == rs_machine_dependent in convert_frag_immed()
9241 && (unreach->fr_subtype == RELAX_MAYBE_UNREACHABLE in convert_frag_immed()
9242 || unreach->fr_subtype == RELAX_UNREACHABLE))) in convert_frag_immed()
9244 unreach = unreach->fr_next; in convert_frag_immed()
9247 assert (unreach->fr_type == rs_machine_dependent in convert_frag_immed()
9248 && (unreach->fr_subtype == RELAX_MAYBE_UNREACHABLE in convert_frag_immed()
9249 || unreach->fr_subtype == RELAX_UNREACHABLE)); in convert_frag_immed()
9251 target_offset += unreach->tc_frag_data.text_expansion[0]; in convert_frag_immed()
/openbsd/usr.sbin/bgpd/
H A Drde.c1971 struct filterstate *state, struct ibuf *reach, struct ibuf *unreach) in rde_attr_parse() argument
2267 *unreach = attrbuf; in rde_attr_parse()