Searched refs:IaAddressCount (Results 1 – 5 of 5) sorted by relevance
394 ASSERT (IaCb->Ia->IaAddressCount > 0); in Dhcp6CalculateLeaseTime()403 for (Index = 0; Index < IaCb->Ia->IaAddressCount; Index++) { in Dhcp6CalculateLeaseTime()449 for (Index2 = 0; Index2 < Ia->IaAddressCount; Index2++) { in Dhcp6CheckAddress()499 AddressCount = Ia->IaAddressCount; in Dhcp6DepriveAddress()511 if (AddressCount == Ia->IaAddressCount) { in Dhcp6DepriveAddress()520 Ia->IaAddressCount = 0; in Dhcp6DepriveAddress()533 for (Index2 = 0; Index2 < Ia->IaAddressCount; Index2++) { in Dhcp6DepriveAddress()551 if (Index2 + 1 < Ia->IaAddressCount) { in Dhcp6DepriveAddress()555 (Ia->IaAddressCount - Index2 - 1) * sizeof (EFI_DHCP6_IA_ADDRESS) in Dhcp6DepriveAddress()565 Ia->IaAddressCount -= AddressCount; in Dhcp6DepriveAddress()[all …]
455 for (Index = 0; Index < Ia->IaAddressCount; Index++) { in Dhcp6CleanupSession()1064 Instance->IaCb.Ia->IaAddressCount = 0; in Dhcp6InitSolicitMsg()2143 if (Instance->IaCb.Ia->IaAddressCount != 0) { in Dhcp6HandleReplyMsg()
325 IaSize = sizeof (EFI_DHCP6_IA) + (Ia->IaAddressCount -1) * sizeof (EFI_DHCP6_IA_ADDRESS); in EfiDhcp6GetModeData()
282 UINT32 IaAddressCount; member
1688 …Instance->DeclineAddress = (EFI_IPv6_ADDRESS *) AllocatePool (Ia->IaAddressCount * sizeof (EFI_IPv… in Ip6ConfigOnDhcp6Event()1693 Instance->FailedIaAddressCount = Ia->IaAddressCount; in Ip6ConfigOnDhcp6Event()1696 for (Index = 0; Index < Ia->IaAddressCount; Index++, IaAddr++) { in Ip6ConfigOnDhcp6Event()