Home
last modified time | relevance | path

Searched refs:ICMP6_DST_UNREACH_ADMIN (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.1.10/bsd/netinet/
H A Dicmp6.h179 #define ICMP6_DST_UNREACH_ADMIN 1 /* administratively prohibited */ macro
802 if (code == ICMP6_DST_UNREACH_ADMIN) \
/xnu-11215.1.10/bsd/net/
H A Dnat464_utils.c293 case ICMP6_DST_UNREACH_ADMIN: in nat464_translate_icmp()
392 code = ICMP6_DST_UNREACH_ADMIN; in nat464_translate_icmp()
H A Dpf.c4636 case ICMP6_DST_UNREACH_ADMIN: in pf_translate_icmp_af()
4735 code = ICMP6_DST_UNREACH_ADMIN; in pf_translate_icmp_af()
/xnu-11215.1.10/bsd/netinet6/
H A Dicmp6.c209 case ICMP6_DST_UNREACH_ADMIN: in icmp6_errcount()
602 case ICMP6_DST_UNREACH_ADMIN: in icmp6_input()
H A Dipsec.c3981 ICMP6_DST_UNREACH_ADMIN, 0); in ipsec6_output_trans()