Searched defs:ICMP (Results 1 – 5 of 5) sorted by relevance
80 #define ICMP(p) ((struct icmphdr *)(p)) macro
84 #define ICMP(p) ((struct icmphdr *)(p)) macro
258 #define ICMP(p) ((struct icmphdr *)(p)) macro
56 ICMP, enumerator
912 if (ICmpInst *ICMP = dyn_cast<ICmpInst>(I)) { in InjectTraceForCmp() local