Home
last modified time | relevance | path

Searched refs:IP6_GET_CLIP_INFO (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6Input.c126 Info = IP6_GET_CLIP_INFO (Packet); in Ip6TrimPacket()
187 This = IP6_GET_CLIP_INFO (Packet); in Ip6Reassemble()
236 if (This->Start < IP6_GET_CLIP_INFO (Fragment)->Start) { in Ip6Reassemble()
249 Node = IP6_GET_CLIP_INFO (Fragment); in Ip6Reassemble()
277 Node = IP6_GET_CLIP_INFO (Fragment); in Ip6Reassemble()
367 Assemble->Info = IP6_GET_CLIP_INFO (Packet); in Ip6Reassemble()
394 if (IP6_GET_CLIP_INFO (Fragment)->End != (INTN) Assemble->TotalLen) { in Ip6Reassemble()
438 CopyMem (IP6_GET_CLIP_INFO (NewPacket), Assemble->Info, sizeof (IP6_CLIP_INFO)); in Ip6Reassemble()
656 IP6_GET_CLIP_INFO (TxWrap->Packet), in Ip6IpSecProcessPacket()
657 IP6_GET_CLIP_INFO (Packet), in Ip6IpSecProcessPacket()
[all …]
DIp6Input.h35 #define IP6_GET_CLIP_INFO(Packet) ((IP6_CLIP_INFO *) ((Packet)->ProtoData)) macro
DIp6Icmp.c310 IP6_GET_CLIP_INFO (Packet)->Status = EFI_ICMP_ERROR; in Ip6ProcessIcmpError()