Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/netinet/
H A Dip_icmp.h131 #define ICMP_UNREACH_HOST 1 /* bad host */ macro
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c522 case ICMP_UNREACH_HOST: in print_icmp_other()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c103 case ICMP_UNREACH_HOST: in interpret_icmp()
/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1945 #ifndef ICMP_UNREACH_HOST
1946 # define ICMP_UNREACH_HOST 1 macro
/titanic_44/usr/src/cmd/ipf/tools/
H A Dipmon.c208 { ICMP_UNREACH_HOST, "host" },
H A Dipf_y.y1376 | IPFY_ICMPC_HSTUNR { $$ = ICMP_UNREACH_HOST; }
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c479 {"host-unr", ICMP_UNREACH_HOST},