Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netinet/
HDip_icmp.h156 #define ICMP_UNREACH_PORT 3 /* bad port */ macro
HDip_icmp.c492 case ICMP_UNREACH_PORT: in icmp_input()
HDudp_usrreq.c681 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PORT, 0, 0); in udp_input()
HDsctputil.c7080 (code == ICMP_UNREACH_PORT)) { in sctp_recv_icmp_tunneled_packet()
HDsctp_usrreq.c189 (icmp_code == ICMP_UNREACH_PORT)) { in sctp_notify()
/freebsd-11-stable/contrib/tcpdump/
HDprint-icmp.c116 #define ICMP_UNREACH_PORT 3 /* bad port */ macro
378 case ICMP_UNREACH_PORT: in icmp_print()
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
HDnat64_translate.c887 case ICMP_UNREACH_PORT: in nat64_icmp_translate()
1328 code = ICMP_UNREACH_PORT; in nat64_handle_icmp6()
/freebsd-11-stable/sbin/ping/
HDping.c1540 case ICMP_UNREACH_PORT: in pr_icmph()
/freebsd-11-stable/contrib/traceroute/
HDtraceroute.c1146 case ICMP_UNREACH_PORT: in main()
/freebsd-11-stable/sbin/pfctl/
HDpfctl_parser.c144 { "port-unr", ICMP_UNREACH, ICMP_UNREACH_PORT },
HDparse.y78 (ICMP_UNREACH << 8) | ICMP_UNREACH_PORT;
5965 returnicmpdefault = (ICMP_UNREACH << 8) | ICMP_UNREACH_PORT; in parse_config()
/freebsd-11-stable/contrib/ipfilter/tools/
HDipmon.c164 { ICMP_UNREACH_PORT, "port" },
HDipf_y.y1554 | IPFY_ICMPC_PORUNR { $$ = ICMP_UNREACH_PORT; }
/freebsd-11-stable/sys/netpfil/ipfw/
HDip_fw2.c857 case ICMP_UNREACH_PORT: in map_icmp_unreach()
/freebsd-11-stable/sbin/ipfw/
HDipfw2.c1083 { "port", ICMP_UNREACH_PORT },