Searched refs:DeclineAddress (Results 1 – 4 of 4) sorted by relevance
1602 IP6_COPY_ADDRESS (Instance->DeclineAddress + Instance->DeclineAddressCount, TargetAddress); in Ip6ConfigSetStatefulAddrCallback()1618 Instance->DeclineAddress in Ip6ConfigSetStatefulAddrCallback()1623 if (Instance->DeclineAddress != NULL) { in Ip6ConfigSetStatefulAddrCallback()1624 FreePool (Instance->DeclineAddress); in Ip6ConfigSetStatefulAddrCallback()1626 Instance->DeclineAddress = NULL; in Ip6ConfigSetStatefulAddrCallback()1681 if (Instance->DeclineAddress != NULL) { in Ip6ConfigOnDhcp6Event()1682 FreePool (Instance->DeclineAddress); in Ip6ConfigOnDhcp6Event()1685 …Instance->DeclineAddress = (EFI_IPv6_ADDRESS *) AllocatePool (Ia->IaAddressCount * sizeof (EFI_IPv… in Ip6ConfigOnDhcp6Event()1686 if (Instance->DeclineAddress == NULL) { in Ip6ConfigOnDhcp6Event()2294 if (Instance->DeclineAddress != NULL) { in Ip6ConfigCleanInstance()[all …]
211 EFI_IPv6_ADDRESS *DeclineAddress; member
195 EFI_IPv4_ADDRESS *DeclineAddress; member
1992 if (Instance->DeclineAddress != NULL) { in Ip4Config2CleanInstance()1993 FreePool (Instance->DeclineAddress); in Ip4Config2CleanInstance()