HomeSort by relevance Sort by last modified time
    Searched defs:Icmp (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Icmp.c 73 Process the ICMP redirect. Find the instance then update
86 @param[in] Packet The content of the ICMP redirect packet with IP
88 @param[in] Icmp The buffer to store the ICMP error message if
100 IN IP4_ICMP_ERROR_HEAD *Icmp
115 IpIf = Ip4FindInterface (IpSb, NTOHL (Icmp->IpHead.Src));
116 Gateway = NTOHL (Icmp->Fourth);
138 Dst = NTOHL (Icmp->IpHead.Dst);
139 Src = NTOHL (Icmp->IpHead.Src);
157 Process the ICMP error packet. If it is an ICMP redirect packet,
    [all...]
Ip4Input.c 797 // need to send a type 4 destination unreache ICMP message here.
979 IP4_ICMP_ERROR_HEAD Icmp;
1004 // Use protocol from the IP header embedded in the ICMP error
1005 // message to filter, instead of ICMP itself. ICMP handle will
1006 // call Ip4Demultiplex to deliver ICMP errors.
1011 NetbufCopy (Packet, 0, sizeof (Icmp.Head), (UINT8 *) &Icmp.Head);
1013 if (mIcmpClass[Icmp.Head.Type].IcmpClass == ICMP_ERROR_MESSAGE) {
1018 NetbufCopy (Packet, 0, sizeof (Icmp), (UINT8 *) &Icmp);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Icmp.c 141 IP6_ICMP_INFORMATION_HEAD *Icmp;
157 // Change the ICMP type to echo reply, exchange the source
162 Icmp = (IP6_ICMP_INFORMATION_HEAD *) NetbufGetByte (Data, 0, NULL);
163 if (Icmp == NULL) {
168 Icmp->Head.Type = ICMP_V6_ECHO_REPLY;
169 Icmp->Head.Checksum = 0;
232 IP6_ICMP_ERROR_HEAD Icmp;
237 NetbufCopy (Packet, 0, sizeof (Icmp), (UINT8 *) &Icmp);
238 Mtu = NTOHL (Icmp.Fourth);
    [all...]
Ip6Input.c     [all...]
Ip6Nd.c 592 @param[in] SendIcmpError If TRUE, send out ICMP error.
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceInst.h 56 Icmp,
570 static bool classof(const Inst *Instr) { return Instr->getKind() == Icmp; }
    [all...]
IceInstX86Base.h 105 Icmp,
    [all...]

Completed in 430 milliseconds