Searched refs:IP6_ICMP_ERROR_HEAD (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Icmp.c231 IP6_ICMP_ERROR_HEAD Icmp;
293 IP6_ICMP_ERROR_HEAD Icmp;
620 PacketLen = sizeof (IP6_ICMP_ERROR_HEAD) + Packet->TotalSize;
H A DIp6Input.c1283 IP6_ICMP_ERROR_HEAD Icmp;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Udp6Dxe/
H A DUdp6Impl.c1683 IP6_ICMP_ERROR_HEAD *IcmpErrHdr;
1739 sizeof (IP6_ICMP_ERROR_HEAD);
1757 // Allocate space for the IP6_ICMP_ERROR_HEAD.
1759 IcmpErrHdr = (IP6_ICMP_ERROR_HEAD *) NetbufAllocSpace (Packet, Len, FALSE);
1772 // exceeding the minimum Ipv6 MTU. The length of IP6_ICMP_ERROR_HEAD contains
1773 // the length of EFI_IP6_HEADER, so when using the length of IP6_ICMP_ERROR_HEAD
1777 Ptr = (UINT8 *) (UINTN) ((UINTN) Ptr + sizeof (IP6_ICMP_ERROR_HEAD) - sizeof (EFI_IP6_HEADER));
1782 Len - NetSession->IpHdrLen - sizeof (IP6_ICMP_ERROR_HEAD) + sizeof (EFI_IP6_HEADER)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeIpIoLib/
H A DDxeIpIoLib.c404 IP6_ICMP_ERROR_HEAD *IcmpHdr;
419 if (Pkt->TotalSize < sizeof (IP6_ICMP_ERROR_HEAD)) {
424 IcmpHdr = NET_PROTO_HDR (Pkt, IP6_ICMP_ERROR_HEAD);
498 PayLoadHdr = (UINT8 *) ((UINT8 *) IcmpHdr + sizeof (IP6_ICMP_ERROR_HEAD));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DNetLib.h145 } IP6_ICMP_ERROR_HEAD; typedef in typeref:struct:__anon11045

Completed in 2281 milliseconds