Lines Matching defs:Copy
46 IP6_ADDRESS_INFO *Copy;
51 Copy = AllocatePool (sizeof (IP6_ADDRESS_INFO));
52 if (Copy == NULL) {
56 Copy->Signature = IP6_ADDR_INFO_SIGNATURE;
57 IP6_COPY_ADDRESS (&Copy->Address, &IpSb->LinkLocalAddr);
58 Copy->IsAnycast = FALSE;
59 Copy->PrefixLength = IP6_LINK_LOCAL_PREFIX_LENGTH;
60 Copy->ValidLifetime = (UINT32) IP6_INFINIT_LIFETIME;
61 Copy->PreferredLifetime = (UINT32) IP6_INFINIT_LIFETIME;
63 InsertTailList (SourceList, &Copy->Link);
80 Copy = AllocateCopyPool (sizeof (IP6_ADDRESS_INFO), AddrInfo);
81 if (Copy == NULL) {
85 InsertTailList (SourceList, &Copy->Link);
417 // Append the extension headers: firstly copy the unfragmentable headers, then append
852 // Allocate the space to contain the fragmentable hdrs and copy the data.