Searched refs:AdSelect (Results 1 – 3 of 3) sorted by relevance
422 if (Instance->AdSelect != NULL) { in Dhcp6CleanupSession()423 FreePool (Instance->AdSelect); in Dhcp6CleanupSession()434 Instance->AdSelect = NULL; in Dhcp6CleanupSession()1099 ASSERT(Instance->AdSelect != NULL); in Dhcp6SendRequestMsg()1113 Instance->AdSelect->Dhcp6.Option, in Dhcp6SendRequestMsg()1114 Instance->AdSelect->Length - 4, in Dhcp6SendRequestMsg()2340 IN EFI_DHCP6_PACKET *AdSelect in Dhcp6SelectAdvertiseMsg() argument2346 ASSERT (AdSelect != NULL); in Dhcp6SelectAdvertiseMsg()2352 Status = Dhcp6CallbackUser (Instance, Dhcp6SelectAdvertise, &AdSelect); in Dhcp6SelectAdvertiseMsg()2358 Instance->AdSelect = AdSelect; in Dhcp6SelectAdvertiseMsg()[all …]
255 if (Instance->AdSelect != NULL) { in Dhcp6DestroyInstance()256 FreePool (Instance->AdSelect); in Dhcp6DestroyInstance()
246 EFI_DHCP6_PACKET *AdSelect; member