Home | History | Annotate | Download | only in Ip6Dxe

Lines Matching full:iaid

238     Dhcp6CfgData.IaDescriptor.IaId     = Instance->IaId;

386 // Get the IAID we use.
388 Instance->IaId = Variable->IaId;
471 Variable->IaId = Instance->IaId;
2257 // The NV variable is not set, so generate a random IAID, and write down the
2260 Instance->IaId = NET_RANDOM (NetRandomInitSeed ());
2263 Instance->IaId |= (IpSb->SnpMode.CurrentAddress.Addr[Index] << ((Index << 3) & 31));