Searched refs:ICMP (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.h82 #define ICMP(p) ((struct icmphdr *)(p)) macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp816 if (ICmpInst *ICMP = dyn_cast<ICmpInst>(I)) {
817 IRBuilder<> IRB(ICMP);
818 Value *A0 = ICMP->getOperand(0);
819 Value *A1 = ICMP->getOperand(1);
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_common.c667 I40E_PTT(28, IP, IPV4, NOF, NONE, NONE, NOF, ICMP, PAY4),
676 I40E_PTT(35, IP, IPV4, NOF, IP_IP, IPV4, NOF, ICMP, PAY4),
685 I40E_PTT(42, IP, IPV4, NOF, IP_IP, IPV6, NOF, ICMP, PAY4),
697 I40E_PTT(50, IP, IPV4, NOF, IP_GRENAT, IPV4, NOF, ICMP, PAY4),
706 I40E_PTT(57, IP, IPV4, NOF, IP_GRENAT, IPV6, NOF, ICMP, PAY4),
718 I40E_PTT(65, IP, IPV4, NOF, IP_GRENAT_MAC, IPV4, NOF, ICMP, PAY4),
727 I40E_PTT(72, IP, IPV4, NOF, IP_GRENAT_MAC, IPV6, NOF, ICMP, PAY4),
739 I40E_PTT(80, IP, IPV4, NOF, IP_GRENAT_MAC_VLAN, IPV4, NOF, ICMP, PAY4),
748 I40E_PTT(87, IP, IPV4, NOF, IP_GRENAT_MAC_VLAN, IPV6, NOF, ICMP, PAY4),
757 I40E_PTT(94, IP, IPV6, NOF, NONE, NONE, NOF, ICMP, PAY
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_log.c80 #define ICMP(p) ((struct icmphdr *)(p)) macro
356 "ICMP:%u.%u ",
359 len = snprintf(SNPARGS(proto, 0), "ICMP ");
H A Dip_fw2.c238 #define ICMP(p) ((struct icmphdr *)(p)) macro
994 /* Send an ICMP unreach */
1711 //args->f_id.flags = ICMP(ulp)->icmp_type;
2169 icmptype_match(ICMP(ulp), (ipfw_insn_u32 *)cmd) );
2903 * if the packet is not ICMP (or is an ICMP
2908 is_icmp_query(ICMP(ulp))) &&
/freebsd-11-stable/contrib/libpcap/
H A Dgrammar.y323 %token ARP RARP IP SCTP TCP UDP ICMP IGMP IGRP PIM VRRP CARP
512 | ICMP { $$ = Q_ICMP; }
H A Dscanner.l266 icmp return ICMP;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h58 ICMP,
H A DSystemZISelLowering.cpp2550 C.Opcode = SystemZISD::ICMP;
2597 if (C.Opcode == SystemZISD::ICMP)
2598 return DAG.getNode(SystemZISD::ICMP, DL, MVT::i32, C.Op0, C.Op1,
2947 if (C.Opcode == SystemZISD::ICMP &&
5310 OPCODE(ICMP);
6172 // If the CCReg instruction is itself a ICMP testing the condition
6176 // Verify that we have an ICMP against some constant.
6180 if (ICmp->getOpcode() != SystemZISD::ICMP)
6196 // Verify that the ICMP compares against one of select values.
6241 // Verify that the ICMP compare
[all...]
H A DSystemZISelDAGToDAG.cpp1706 // We want to avoid folding a LOAD into an ICMP node if as a result
1708 if (N.getOpcode() == ISD::LOAD && U->getOpcode() == SystemZISD::ICMP) {

Completed in 128 milliseconds