Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dicmp6.h179 #define ICMP6_DST_UNREACH_ADMIN 1 /* administratively prohibited */ macro
791 if (code == ICMP6_DST_UNREACH_ADMIN) \
/xnu-8796.121.2/bsd/net/
H A Dnat464_utils.c287 case ICMP6_DST_UNREACH_ADMIN: in nat464_translate_icmp()
386 code = ICMP6_DST_UNREACH_ADMIN; in nat464_translate_icmp()
H A Dpf.c4599 case ICMP6_DST_UNREACH_ADMIN: in pf_translate_icmp_af()
4698 code = ICMP6_DST_UNREACH_ADMIN; in pf_translate_icmp_af()
/xnu-8796.121.2/bsd/netinet6/
H A Dicmp6.c207 case ICMP6_DST_UNREACH_ADMIN: in icmp6_errcount()
599 case ICMP6_DST_UNREACH_ADMIN: in icmp6_input()
H A Dipsec.c3712 ICMP6_DST_UNREACH_ADMIN, 0); in ipsec6_output_trans()