Searched refs:unreach (Results 1 – 7 of 7) sorted by relevance
7 pass in inet6 proto ipv6-icmp all icmp6-type unreach8 pass in inet6 proto ipv6-icmp all icmp6-type unreach code admin-unr15 block drop in inet6 proto ipv6-icmp all icmp6-type unreach16 block drop in inet6 proto ipv6-icmp all icmp6-type unreach code admin-unr17 pass in inet proto icmp all icmp-type unreach code needfrag
25 @6 pass in inet6 proto ipv6-icmp all icmp6-type unreach29 @7 pass in inet6 proto ipv6-icmp all icmp6-type unreach code admin-unr57 @14 block drop in inet6 proto ipv6-icmp all icmp6-type unreach61 @15 block drop in inet6 proto ipv6-icmp all icmp6-type unreach code admin-unr65 @16 pass in inet proto icmp all icmp-type unreach code needfrag
17 pass in inet proto icmp all icmp-type unreach code needfrag
279 icmp-unreach { yylval.i = 3; return NUM; }
9239 fragS *unreach = fragP->fr_next; in convert_frag_immed() local9240 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()
1971 struct filterstate *state, struct ibuf *reach, struct ibuf *unreach) in rde_attr_parse() argument2267 *unreach = attrbuf; in rde_attr_parse()