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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Io.c395 if (Instance->AdSelect != NULL) {
396 FreePool (Instance->AdSelect);
407 Instance->AdSelect = NULL;
1061 ASSERT(Instance->AdSelect != NULL);
1075 Instance->AdSelect->Dhcp6.Option,
1076 Instance->AdSelect->Length - 4,
2145 @param[in] AdSelect The pointer to the selected Dhcp6 advertisement message.
2155 IN EFI_DHCP6_PACKET *AdSelect
2161 ASSERT (AdSelect != NULL);
2167 Status = Dhcp6CallbackUser (Instance, Dhcp6SelectAdvertise, &AdSelect);
[all...]
H A DDhcp6Driver.c243 if (Instance->AdSelect != NULL) {
244 FreePool (Instance->AdSelect);
H A DDhcp6Impl.h244 EFI_DHCP6_PACKET *AdSelect; member in struct:_DHCP6_INSTANCE

Completed in 123 milliseconds