Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet6/
H A Dip6_forward.c450 ICMP6_DST_UNREACH_NOROUTE, 0); in ip6_forward()
477 ICMP6_DST_UNREACH_NOROUTE, 0); in ip6_forward()
H A Dicmp6.c206 case ICMP6_DST_UNREACH_NOROUTE: in icmp6_errcount()
598 case ICMP6_DST_UNREACH_NOROUTE: in icmp6_input()
/xnu-11215.61.5/bsd/net/
H A Dnat464_utils.c288 case ICMP6_DST_UNREACH_NOROUTE: in nat464_translate_icmp()
383 code = ICMP6_DST_UNREACH_NOROUTE; in nat464_translate_icmp()
H A Dpf.c4631 case ICMP6_DST_UNREACH_NOROUTE: in pf_translate_icmp_af()
4726 code = ICMP6_DST_UNREACH_NOROUTE; in pf_translate_icmp_af()
/xnu-11215.61.5/bsd/netinet/
H A Dicmp6.h178 #define ICMP6_DST_UNREACH_NOROUTE 0 /* no route to destination */ macro