Searched refs:IaAddress (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/ |
D | Dhcp6Utility.c | 404 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 …]
|
D | Dhcp6Io.c | 456 Ia->IaAddress[Index].PreferredLifetime = 0; in Dhcp6CleanupSession() 457 Ia->IaAddress[Index].ValidLifetime = 0; in Dhcp6CleanupSession()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | Dhcp6.h | 287 EFI_DHCP6_IA_ADDRESS IaAddress[1]; member
|
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/ |
D | HttpBootDhcp6.c | 965 CopyMem (&Private->StationIp.v6, &Mode.Ia->IaAddress[0].IpAddress, sizeof (EFI_IPv6_ADDRESS)); in HttpBootDhcp6Sarr()
|
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
D | Ip6ConfigImpl.c | 1679 IaAddr = Ia->IaAddress; in Ip6ConfigOnDhcp6Event() 1694 if (Ia->IaAddress[Index].ValidLifetime != 0 && Ia->State == Dhcp6Bound) { in Ip6ConfigOnDhcp6Event()
|
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/ |
D | PxeBcDhcp6.c | 2084 CopyMem (&Private->TmpStationIp.v6, &Mode.Ia->IaAddress[0].IpAddress, sizeof (EFI_IPv6_ADDRESS)); in PxeBcDhcp6Sarr()
|