Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-icmp.c124 #define ICMP_UNREACH_TOSNET 11 /* bad tos for net */ macro
173 #ifndef ICMP_UNREACH_TOSNET
174 #define ICMP_UNREACH_TOSNET 11 /* tos prohibited net */ macro
219 { ICMP_UNREACH_TOSNET,
/external/toybox/toys/pending/
Dtraceroute.c371 case ICMP_UNREACH_TOSNET: in do_trace()