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

  /bionic/libc/include/netinet/
ip_icmp.h 73 uint8_t ih_pptr; /* ICMP_PARAMPROB */
182 #define ICMP_PARAMPROB 12 /* ip header bad */
  /external/tcpdump/
print-icmp.c 55 uint8_t ih_pptr; /* ICMP_PARAMPROB */
138 #define ICMP_PARAMPROB 12 /* ip header bad */
152 (type) == ICMP_PARAMPROB)
156 (type) == ICMP_PARAMPROB)
515 case ICMP_PARAMPROB:

Completed in 1069 milliseconds