Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dip_icmp.h175 #define ICMP_UNREACH_PORT 3 /* bad port */ macro
H A Dip_icmp.c210 type == ICMP_UNREACH && code == ICMP_UNREACH_PORT) { in icmp_error()
546 case ICMP_UNREACH_PORT: in icmp_input()
H A Dudp_usrreq.c779 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PORT, 0, 0); in udp_input()
/xnu-12377.41.6/bsd/net/
H A Dnat464_utils.c303 code = ICMP_UNREACH_PORT; in nat464_translate_icmp()
391 case ICMP_UNREACH_PORT: in nat464_translate_icmp()
H A Dpf.c4643 code = ICMP_UNREACH_PORT; in pf_translate_icmp_af()
4731 case ICMP_UNREACH_PORT: in pf_translate_icmp_af()