Searched defs:DecIa (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Impl.c887 EFI_DHCP6_IA *DecIa; local
927 DecIa = Dhcp6DepriveAddress (Instance->IaCb.Ia, AddressCount, Addresses);
929 if (DecIa == NULL) {
937 Status = Dhcp6SendDeclineMsg (Instance, DecIa);
957 FreePool (DecIa);
975 if (DecIa != NULL) {
976 FreePool (DecIa);

Completed in 447 milliseconds