Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/net/
H A Dnat464_utils.c296 case ICMP6_DST_UNREACH_NOPORT: in nat464_translate_icmp()
386 code = ICMP6_DST_UNREACH_NOPORT; in nat464_translate_icmp()
H A Dpf.c4639 case ICMP6_DST_UNREACH_NOPORT: in pf_translate_icmp_af()
4729 code = ICMP6_DST_UNREACH_NOPORT; in pf_translate_icmp_af()
/xnu-11417.101.15/bsd/netinet/
H A Dicmp6.h183 #define ICMP6_DST_UNREACH_NOPORT 4 /* port unreachable */ macro
/xnu-11417.101.15/bsd/netinet6/
H A Dicmp6.c218 case ICMP6_DST_UNREACH_NOPORT: in icmp6_errcount()
297 code == ICMP6_DST_UNREACH_NOPORT) { in icmp6_error_flag()
610 case ICMP6_DST_UNREACH_NOPORT: in icmp6_input()
H A Dudp6_usrreq.c610 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT, 0); in udp6_input()