Home | History | Annotate | Download | only in Dhcp6Dxe

Lines Matching refs:OptionList

213   if (SorCfg->OptionList != NULL && SorCfg->OptionCount != 0) {

216 DstCfg->OptionList = AllocateZeroPool (OptionListSize);
218 if (DstCfg->OptionList == NULL) {
227 OptionSize = NTOHS (SorCfg->OptionList[Index]->OpLen) + 4;
228 DstCfg->OptionList[Index] = AllocateZeroPool (OptionSize);
230 if (DstCfg->OptionList[Index] == NULL) {
238 DstCfg->OptionList[Index],
239 SorCfg->OptionList[Index],
267 if (CfgData->OptionList != NULL) {
269 if (CfgData->OptionList[Index] != NULL) {
270 FreePool (CfgData->OptionList[Index]);
273 FreePool (CfgData->OptionList);