Home
last modified time | relevance | path

Searched refs:ICMP_UNREACH_PROTOCOL (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Dip_icmp.h131 #define ICMP_UNREACH_PROTOCOL 2 /* bad protocol */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c525 case ICMP_UNREACH_PROTOCOL: in print_icmp_other()
H A Dtraceroute.c1779 code == ICMP_UNREACH_PROTOCOL) in traceroute()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c113 case ICMP_UNREACH_PROTOCOL: in interpret_icmp()
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1948 #ifndef ICMP_UNREACH_PROTOCOL
1949 # define ICMP_UNREACH_PROTOCOL 2 macro
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c209 { ICMP_UNREACH_PROTOCOL, "protocol" },
H A Dipf_y.y1377 | IPFY_ICMPC_PROUNR { $$ = ICMP_UNREACH_PROTOCOL; }
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c480 {"proto-unr", ICMP_UNREACH_PROTOCOL},