Home
last modified time | relevance | path

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

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