Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dnat464_utils.c290 case ICMP6_DST_UNREACH_NOPORT: in nat464_translate_icmp()
380 code = ICMP6_DST_UNREACH_NOPORT; in nat464_translate_icmp()
H A Dpf.c4602 case ICMP6_DST_UNREACH_NOPORT: in pf_translate_icmp_af()
4692 code = ICMP6_DST_UNREACH_NOPORT; in pf_translate_icmp_af()
/xnu-8796.121.2/bsd/netinet/
H A Dicmp6.h183 #define ICMP6_DST_UNREACH_NOPORT 4 /* port unreachable */ macro
/xnu-8796.121.2/bsd/netinet6/
H A Dicmp6.c216 case ICMP6_DST_UNREACH_NOPORT: in icmp6_errcount()
294 code == ICMP6_DST_UNREACH_NOPORT) { in icmp6_error_flag()
607 case ICMP6_DST_UNREACH_NOPORT: in icmp6_input()
H A Dudp6_usrreq.c596 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT, 0); in udp6_input()