Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dip_icmp.h141 #define ICMP_UNREACH_TOSHOST 12 /* bad tos for host */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c547 case ICMP_UNREACH_TOSHOST: in print_icmp_other()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c178 case ICMP_UNREACH_TOSHOST: in interpret_icmp()
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1978 #ifndef ICMP_UNREACH_TOSHOST
1979 # define ICMP_UNREACH_TOSHOST 12 macro
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c219 { ICMP_UNREACH_TOSHOST, "toshost" },
H A Dipf_y.y1387 | IPFY_ICMPC_HSTTOS { $$ = ICMP_UNREACH_TOSHOST; }
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c490 {"host-tos", ICMP_UNREACH_TOSHOST},