Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-icmp.c125 #define ICMP_UNREACH_TOSHOST 12 /* bad tos for host */ macro
176 #ifndef ICMP_UNREACH_TOSHOST
177 #define ICMP_UNREACH_TOSHOST 12 /* tos prohibited host */ macro
221 { ICMP_UNREACH_TOSHOST,
/external/toybox/toys/pending/
Dtraceroute.c372 case ICMP_UNREACH_TOSHOST: in do_trace()