Home
last modified time | relevance | path

Searched refs:AdSelect (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
DDhcp6Io.c422 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() argument
2346 ASSERT (AdSelect != NULL); in Dhcp6SelectAdvertiseMsg()
2352 Status = Dhcp6CallbackUser (Instance, Dhcp6SelectAdvertise, &AdSelect); in Dhcp6SelectAdvertiseMsg()
2358 Instance->AdSelect = AdSelect; in Dhcp6SelectAdvertiseMsg()
[all …]
DDhcp6Driver.c255 if (Instance->AdSelect != NULL) { in Dhcp6DestroyInstance()
256 FreePool (Instance->AdSelect); in Dhcp6DestroyInstance()
DDhcp6Impl.h246 EFI_DHCP6_PACKET *AdSelect; member