Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-icmp.c137 #define ICMP_PARAMPROB 12 /* ip header bad */ macro
151 (type) == ICMP_PARAMPROB)
155 (type) == ICMP_PARAMPROB)
514 case ICMP_PARAMPROB: in icmp_print()