HomeSort by relevance Sort by last modified time
    Searched refs:Dhcp6Init (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Impl.c 43 be called only when the state of Dhcp6 instance is in the Dhcp6Init state.
99 if (Instance->IaCb.Ia->State != Dhcp6Init) {
156 into Dhcp6Init. EFI_DHCP6_PROTOCOL.Configure() needs to be called
162 @retval EFI_SUCCESS The Dhcp6 instance is now in the Dhcp6Init state.
199 if (Instance->IaCb.Ia->State == Dhcp6Init ||
380 of the configured IA will be transferred into Dhcp6Init.
391 Dhcp6Init state, or cleaned up the original
529 if (Instance->IaCb.Ia->State != Dhcp6Init) {
723 transfers to Dhcp6Init, and the IA can't be used.
848 the state of the IA will switch through Dhcp6Declining to Dhcp6Init.
    [all...]
Dhcp6Io.c 448 Ia->State = Dhcp6Init;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Dhcp6.h 39 Dhcp6Init = 0x0,
319 and the state of the configured IA will be transferred to Dhcp6Init.
440 configured IA will be transferred into Dhcp6Init.
480 the state of the configured IA is in the Dhcp6Init state. If the DHCPv6 S.A.R.R process completes
488 the configured IA will be transferred to Dhcp6Init. The Start() function can be called again to
601 valid and preferred timer restarts. If fails, the state transfers to Dhcp6Init and the IA can't
640 through this function, the state of the IA will switch through Dhcp6Declining to Dhcp6Init,
679 Dhcp6Init, otherwise, the state of the IA will restore to Dhcp6Bound after the releasing process.
    [all...]

Completed in 211 milliseconds