Home
last modified time | relevance | path

Searched refs:Dhcp6Rebinding (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
DComponentName.c284 if (Dhcp6ModeData.Ia->State > Dhcp6Rebinding) { in UpdateName()
DDhcp6Io.c1645 State = (RebindRequest) ? Dhcp6Rebinding : Dhcp6Renewing; in Dhcp6SendRenewRebindMsg()
2114 Instance->IaCb.Ia->State == Dhcp6Rebinding in Dhcp6HandleReplyMsg()
2290 if (Instance->IaCb.Ia->State == Dhcp6Renewing || Instance->IaCb.Ia->State == Dhcp6Rebinding) { in Dhcp6HandleReplyMsg()
2645 case Dhcp6Rebinding: in Dhcp6HandleStateful()
3108 …Ia->State == Dhcp6Bound || IaCb->Ia->State == Dhcp6Renewing || IaCb->Ia->State == Dhcp6Rebinding) { in Dhcp6OnTimerTick()
DDhcp6Impl.c783 if ((Instance->IaCb.Ia->State == Dhcp6Rebinding && RebindRequest) || in EfiDhcp6RenewRebind()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDhcp6.h79 Dhcp6Rebinding = 0x8 enumerator