Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDip_icmp.h148 #define ICMP_UNREACH_PORT 3 /* bad port */ macro
HDip_icmp.c468 case ICMP_UNREACH_PORT: in icmp_input()
HDudp_usrreq.c668 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PORT, 0, 0); in udp_input()
HDsctp_usrreq.c274 (icmph->icmp_code == ICMP_UNREACH_PORT)) { in sctp_notify()
/trueos/contrib/tcpdump/
HDprint-icmp.c121 #define ICMP_UNREACH_PORT 3 /* bad port */ macro
383 case ICMP_UNREACH_PORT: in icmp_print()
/trueos/sys/contrib/ipfilter/netinet/
HDip_compat.h888 #ifndef ICMP_UNREACH_PORT
889 # define ICMP_UNREACH_PORT 3 macro
/trueos/sys/netinet6/
HDsctp6_usrreq.c324 (icmph->icmp6_code == ICMP_UNREACH_PORT)) { in sctp6_notify()
/trueos/sbin/ping/
HDping.c1442 case ICMP_UNREACH_PORT: in pr_icmph()
/trueos/contrib/traceroute/
HDtraceroute.c1066 case ICMP_UNREACH_PORT: in main()
/trueos/contrib/ipfilter/tools/
HDipmon.c177 { ICMP_UNREACH_PORT, "port" },
HDipf_y.y1553 | IPFY_ICMPC_PORUNR { $$ = ICMP_UNREACH_PORT; }
/trueos/sbin/pfctl/
HDpfctl_parser.c142 { "port-unr", ICMP_UNREACH, ICMP_UNREACH_PORT },
HDparse.y74 (ICMP_UNREACH << 8) | ICMP_UNREACH_PORT;
5693 returnicmpdefault = (ICMP_UNREACH << 8) | ICMP_UNREACH_PORT; in parse_config()
/trueos/sbin/ipfw/
HDipfw2.c795 { "port", ICMP_UNREACH_PORT },