Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dip_icmp.h132 #define ICMP_UNREACH_PORT 3 /* bad port */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c397 *code == ICMP_UNREACH_PORT) { in check_reply()
510 case ICMP_UNREACH_PORT: in print_icmp_other()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/
H A Dilb_probe.c381 if (icmph->icmp_code != ICMP_UNREACH_PORT) in check_icmp_unreach_v4()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c122 case ICMP_UNREACH_PORT: in interpret_icmp()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c338 if (icp->icmp_code == ICMP_UNREACH_PORT && in check_reply()
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1951 #ifndef ICMP_UNREACH_PORT
1952 # define ICMP_UNREACH_PORT 3 macro
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c210 { ICMP_UNREACH_PORT, "port" },
H A Dipf_y.y1378 | IPFY_ICMPC_PORUNR { $$ = ICMP_UNREACH_PORT; }
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c481 {"port-unr", ICMP_UNREACH_PORT},