Home
last modified time | relevance | path

Searched refs:IaAddressCount (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
DDhcp6Utility.c394 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 …]
DDhcp6Io.c455 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()
DDhcp6Impl.c325 IaSize = sizeof (EFI_DHCP6_IA) + (Ia->IaAddressCount -1) * sizeof (EFI_DHCP6_IA_ADDRESS); in EfiDhcp6GetModeData()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDhcp6.h282 UINT32 IaAddressCount; member
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6ConfigImpl.c1685 …Instance->DeclineAddress = (EFI_IPv6_ADDRESS *) AllocatePool (Ia->IaAddressCount * sizeof (EFI_IPv… in Ip6ConfigOnDhcp6Event()
1690 Instance->FailedIaAddressCount = Ia->IaAddressCount; in Ip6ConfigOnDhcp6Event()
1693 for (Index = 0; Index < Ia->IaAddressCount; Index++, IaAddr++) { in Ip6ConfigOnDhcp6Event()