Home
last modified time | relevance | path

Searched refs:RebindRequest (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
DDhcp6Io.h93 IN BOOLEAN RebindRequest
DDhcp6Impl.c756 IN BOOLEAN RebindRequest in EfiDhcp6RenewRebind() argument
783 if ((Instance->IaCb.Ia->State == Dhcp6Rebinding && RebindRequest) || in EfiDhcp6RenewRebind()
784 (Instance->IaCb.Ia->State == Dhcp6Renewing && !RebindRequest) in EfiDhcp6RenewRebind()
799 Status = Dhcp6SendRenewRebindMsg (Instance, RebindRequest); in EfiDhcp6RenewRebind()
DDhcp6Impl.h496 IN BOOLEAN RebindRequest
DDhcp6Io.c1519 IN BOOLEAN RebindRequest in Dhcp6SendRenewRebindMsg() argument
1564 Packet->Dhcp6.Header.MessageType = RebindRequest ? Dhcp6MsgRebind : Dhcp6MsgRenew; in Dhcp6SendRenewRebindMsg()
1594 if (!RebindRequest) { in Dhcp6SendRenewRebindMsg()
1645 State = (RebindRequest) ? Dhcp6Rebinding : Dhcp6Renewing; in Dhcp6SendRenewRebindMsg()
1646 Event = (RebindRequest) ? Dhcp6EnterRebinding : Dhcp6EnterRenewing; in Dhcp6SendRenewRebindMsg()
1662 Instance->IaCb.LeaseTime = (RebindRequest) ? Instance->IaCb.T2 : Instance->IaCb.T1; in Dhcp6SendRenewRebindMsg()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDhcp4.h587 IN BOOLEAN RebindRequest,
DDhcp6.h631 IN BOOLEAN RebindRequest
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Dhcp4/
DDhcp4.h180 IN BOOLEAN RebindRequest,
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
DDhcp4Impl.c176 IN BOOLEAN RebindRequest,
886 IN BOOLEAN RebindRequest, in EfiDhcp4RenewRebind() argument
929 if (!RebindRequest) { in EfiDhcp4RenewRebind()