Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_icmp.h158 #define ICMP_UNREACH_PORT 3 /* bad port */ macro
/f-stack/freebsd/netinet/
H A Dip_icmp.h158 #define ICMP_UNREACH_PORT 3 /* bad port */ macro
H A Dip_icmp.c506 case ICMP_UNREACH_PORT: in icmp_input()
H A Dudp_usrreq.c715 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PORT, 0, 0); in udp_input()
H A Dsctputil.c7245 (code == ICMP_UNREACH_PORT)) { in sctp_recv_icmp_tunneled_packet()
H A Dsctp_usrreq.c190 (icmp_code == ICMP_UNREACH_PORT)) { in sctp_notify()
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64_translate.c946 case ICMP_UNREACH_PORT: in nat64_icmp_translate()
1387 code = ICMP_UNREACH_PORT; in nat64_handle_icmp6()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c876 case ICMP_UNREACH_PORT: in map_icmp_unreach()
/f-stack/tools/ipfw/
H A Dipfw2.c1100 { "port", ICMP_UNREACH_PORT },