Home
last modified time | relevance | path

Searched refs:IaAddress (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
DDhcp6Utility.c404 MinLt = MIN (MinLt, IaCb->Ia->IaAddress[Index].ValidLifetime); in Dhcp6CalculateLeaseTime()
405 MaxLt = MAX (MinLt, IaCb->Ia->IaAddress[Index].ValidLifetime); in Dhcp6CalculateLeaseTime()
453 &Ia->IaAddress[Index2], in Dhcp6CheckAddress()
537 &Ia->IaAddress[Index2], in Dhcp6DepriveAddress()
544 &IaCopy->IaAddress[Index1], in Dhcp6DepriveAddress()
545 &Ia->IaAddress[Index2], in Dhcp6DepriveAddress()
553 &Ia->IaAddress[Index2], in Dhcp6DepriveAddress()
554 &Ia->IaAddress[Index2 + 1], in Dhcp6DepriveAddress()
798 AddrOpt = (UINT8 *) Ia->IaAddress + Index * sizeof (EFI_DHCP6_IA_ADDRESS); in Dhcp6AppendIaOption()
1024 if (EFI_IP6_EQUAL(&IaAddr->IpAddress, &CurrentIa->IaAddress[Index].IpAddress)) { in Dhcp6AddrIsInCurrentIa()
[all …]
DDhcp6Io.c456 Ia->IaAddress[Index].PreferredLifetime = 0; in Dhcp6CleanupSession()
457 Ia->IaAddress[Index].ValidLifetime = 0; in Dhcp6CleanupSession()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDhcp6.h287 EFI_DHCP6_IA_ADDRESS IaAddress[1]; member
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp6.c965 CopyMem (&Private->StationIp.v6, &Mode.Ia->IaAddress[0].IpAddress, sizeof (EFI_IPv6_ADDRESS)); in HttpBootDhcp6Sarr()
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6ConfigImpl.c1679 IaAddr = Ia->IaAddress; in Ip6ConfigOnDhcp6Event()
1694 if (Ia->IaAddress[Index].ValidLifetime != 0 && Ia->State == Dhcp6Bound) { in Ip6ConfigOnDhcp6Event()
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp6.c2084 CopyMem (&Private->TmpStationIp.v6, &Mode.Ia->IaAddress[0].IpAddress, sizeof (EFI_IPv6_ADDRESS)); in PxeBcDhcp6Sarr()