Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dip_icmp.h129 #define ICMP_UNREACH_NET 0 /* bad net */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c514 case ICMP_UNREACH_NET: in print_icmp_other()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c93 case ICMP_UNREACH_NET: in interpret_icmp()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c207 { ICMP_UNREACH_NET, "net" },
215 { ICMP_UNREACH_NET, "isolated" },
H A Dipf_y.y1375 | IPFY_ICMPC_NETUNR { $$ = ICMP_UNREACH_NET; }
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1942 #ifndef ICMP_UNREACH_NET
1943 # define ICMP_UNREACH_NET 0 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c478 {"net-unr", ICMP_UNREACH_NET},