Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-icmp.c138 #define ICMP_PARAMPROB 12 /* ip header bad */ macro
152 (type) == ICMP_PARAMPROB)
156 (type) == ICMP_PARAMPROB)
515 case ICMP_PARAMPROB: in icmp_print()