Home | History | Annotate | Download | only in Dhcp6Dxe

Lines Matching refs:AllocateZeroPool

85     Duid = AllocateZeroPool (2 + 2 + sizeof (EFI_GUID));

134 Duid = AllocateZeroPool (10 + Mode->HwAddressSize);
197 DstCfg->SolicitRetransmission = AllocateZeroPool (sizeof (EFI_DHCP6_RETRANSMISSION));
216 DstCfg->OptionList = AllocateZeroPool (OptionListSize);
228 DstCfg->OptionList[Index] = AllocateZeroPool (OptionSize);
505 IaCopy = AllocateZeroPool (IaCopySize);
1161 Ia = AllocateZeroPool (IaSize);
1228 Instance->CacheIa = AllocateZeroPool (IaSize);
1264 NewIa = AllocateZeroPool (NewIaSize);