Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/netinet/
H A Dip_icmp.h139 #define ICMP_UNREACH_NET_PROHIB 9 /* prohibited access */ macro
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c542 case ICMP_UNREACH_NET_PROHIB: in print_icmp_other()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c169 case ICMP_UNREACH_NET_PROHIB: in interpret_icmp()
/titanic_50/usr/src/cmd/ipf/tools/
H A Dipmon.c216 { ICMP_UNREACH_NET_PROHIB, "net_prohib" },
217 { ICMP_UNREACH_NET_PROHIB, "host_prohib" },
H A Dipf_y.y1384 | IPFY_ICMPC_NETPRO { $$ = ICMP_UNREACH_NET_PROHIB; }
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1969 #ifndef ICMP_UNREACH_NET_PROHIB
1970 # define ICMP_UNREACH_NET_PROHIB 9 macro
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c487 {"net-prohib", ICMP_UNREACH_NET_PROHIB},