Home | History | Annotate | Download | only in Dhcp6Dxe

Lines Matching refs:AllocateZeroPool

49   TxCb = AllocateZeroPool (sizeof (DHCP6_TX_CB));

952 Packet = AllocateZeroPool (DHCP6_BASE_PACKET_SIZE + UserLen);
1134 Packet = AllocateZeroPool (DHCP6_BASE_PACKET_SIZE + UserLen);
1292 Packet = AllocateZeroPool (DHCP6_BASE_PACKET_SIZE);
1426 Packet = AllocateZeroPool (DHCP6_BASE_PACKET_SIZE);
1557 Packet = AllocateZeroPool (DHCP6_BASE_PACKET_SIZE + UserLen);
1727 InfCb = AllocateZeroPool (sizeof(DHCP6_INF_CB));
1840 Packet = AllocateZeroPool (DHCP6_BASE_PACKET_SIZE + UserLen);
1968 Packet = AllocateZeroPool (DHCP6_BASE_PACKET_SIZE + UserLen);
2203 Instance->IaCb.Ia->ReplyPacket = AllocateZeroPool (Packet->Size);
2385 Instance->Unicast = AllocateZeroPool (sizeof(EFI_IPv6_ADDRESS));
2489 Instance->AdSelect = AllocateZeroPool (Packet->Size);
2532 Instance->AdSelect = AllocateZeroPool (Packet->Size);
2834 Packet = (EFI_DHCP6_PACKET *) AllocateZeroPool (Size);