Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-icmp.c112 #define ICMP_UNREACH 3 /* dest unreachable, codes: */ macro
150 ((type) == ICMP_UNREACH || (type) == ICMP_SOURCEQUENCH || \
154 ((type) == ICMP_UNREACH || \
366 case ICMP_UNREACH: in icmp_print()
/external/toybox/toys/pending/
Dtraceroute.c263 || ricmp->icmp_type == ICMP_UNREACH in do_trace()