Home
last modified time | relevance | path

Searched refs:ICMP_UNREACH_HOST_UNKNOWN (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/uts/common/netinet/
H A Dip_icmp.h137 #define ICMP_UNREACH_HOST_UNKNOWN 7 /* unknown host */ macro
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c521 case ICMP_UNREACH_HOST_UNKNOWN: in print_icmp_other()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c163 case ICMP_UNREACH_HOST_UNKNOWN: in interpret_icmp()
/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1963 #ifndef ICMP_UNREACH_HOST_UNKNOWN
1964 # define ICMP_UNREACH_HOST_UNKNOWN 7 macro
/titanic_44/usr/src/cmd/ipf/tools/
H A Dipmon.c214 { ICMP_UNREACH_HOST_UNKNOWN, "host_unknown" },
H A Dipf_y.y1382 | IPFY_ICMPC_HSTUNK { $$ = ICMP_UNREACH_HOST_UNKNOWN; }
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c485 {"host-unk", ICMP_UNREACH_HOST_UNKNOWN},