HomeSort by relevance Sort by last modified time
    Searched refs:DecIa (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Io.h 100 @param[in] DecIa The pointer to the decline Ia.
111 IN EFI_DHCP6_IA *DecIa
Dhcp6Impl.c 883 EFI_DHCP6_IA *DecIa;
923 DecIa = Dhcp6DepriveAddress (Instance->IaCb.Ia, AddressCount, Addresses);
925 if (DecIa == NULL) {
933 Status = Dhcp6SendDeclineMsg (Instance, DecIa);
953 FreePool (DecIa);
971 if (DecIa != NULL) {
972 FreePool (DecIa);
    [all...]
Dhcp6Io.c     [all...]

Completed in 330 milliseconds