Home
last modified time | relevance | path

Searched refs:ICMP_TIMXCEED_INTRANS (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Dip_icmp.h157 #define ICMP_TIMXCEED_INTRANS 0 /* ttl==0 in transit */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c358 if ((*type == ICMP_TIMXCEED && *code == ICMP_TIMXCEED_INTRANS) || in check_reply()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c315 case ICMP_TIMXCEED_INTRANS: in interpret_icmp()
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2014 #ifndef ICMP_TIMXCEED_INTRANS
2015 # define ICMP_TIMXCEED_INTRANS 0 macro
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c233 { ICMP_TIMXCEED_INTRANS, "transit" },