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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Io.h100 @param[in] DecIa The pointer to the decline Ia.
111 IN EFI_DHCP6_IA *DecIa
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);
H A DDhcp6Io.c1193 @param[in] DecIa The pointer to the decline Ia.
1204 IN EFI_DHCP6_IA *DecIa
1285 Cursor = Dhcp6AppendIaOption (Cursor, DecIa, 0, 0);

Completed in 50 milliseconds