Home
last modified time | relevance | path

Searched defs:ICMP (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.h80 #define ICMP(p) ((struct icmphdr *)(p)) macro
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_log.c84 #define ICMP(p) ((struct icmphdr *)(p)) macro
H A Dip_fw2.c258 #define ICMP(p) ((struct icmphdr *)(p)) macro
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h56 ICMP, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp912 if (ICmpInst *ICMP = dyn_cast<ICmpInst>(I)) { in InjectTraceForCmp() local