Home | History | Annotate | Download | only in Udp6Dxe

Lines Matching refs:IP6_ICMP_ERROR_HEAD

1685   IP6_ICMP_ERROR_HEAD  *IcmpErrHdr;

1741 sizeof (IP6_ICMP_ERROR_HEAD);
1759 // Allocate space for the IP6_ICMP_ERROR_HEAD.
1761 IcmpErrHdr = (IP6_ICMP_ERROR_HEAD *) NetbufAllocSpace (Packet, Len, FALSE);
1774 // exceeding the minimum Ipv6 MTU. The length of IP6_ICMP_ERROR_HEAD contains
1775 // the length of EFI_IP6_HEADER, so when using the length of IP6_ICMP_ERROR_HEAD
1779 Ptr = (UINT8 *) (UINTN) ((UINTN) Ptr + sizeof (IP6_ICMP_ERROR_HEAD) - sizeof (EFI_IP6_HEADER));
1784 Len - NetSession->IpHdrLen - sizeof (IP6_ICMP_ERROR_HEAD) + sizeof (EFI_IP6_HEADER)