HomeSort by relevance Sort by last modified time
    Searched defs:ICMP_UNREACH (Results 1 - 2 of 2) sorted by null

  /bionic/libc/include/netinet/
ip_icmp.h 150 #define ICMP_UNREACH 3 /* dest unreachable, codes: */
  /external/tcpdump/
print-icmp.c 112 #define ICMP_UNREACH 3 /* dest unreachable, codes: */
150 ((type) == ICMP_UNREACH || (type) == ICMP_SOURCEQUENCH || \
154 ((type) == ICMP_UNREACH || \
205 /* Formats for most of the ICMP_UNREACH codes */
366 case ICMP_UNREACH:

Completed in 162 milliseconds