Home | History | Annotate | Download | only in Dhcp6Dxe

Lines Matching refs:Dhcp6

43   be called only when the state of Dhcp6 instance is in the Dhcp6Init state.

44 If the DHCP process completes successfully, the state of the Dhcp6 instance
52 @param[in] This The pointer to Dhcp6 protocol.
63 @retval EFI_ALREADY_STARTED Some other Dhcp6 instance already started the DHCPv6
155 function is called successfully, the state of Dhcp6 instance is transferred
158 called when the Dhcp6 instance is in any state.
160 @param[in] This The pointer to the Dhcp6 protocol.
162 @retval EFI_SUCCESS The Dhcp6 instance is now in the Dhcp6Init state.
242 Returns the current operating mode data for the Dhcp6 instance.
245 cached data packet for the Dhcp6 instance.
247 @param[in] This The pointer to the Dhcp6 protocol.
248 @param[out] Dhcp6ModeData The pointer to the Dhcp6 mode data.
249 @param[out] Dhcp6ConfigData The pointer to the Dhcp6 configure data.
374 Initializes, changes, or resets the operational settings for the Dhcp6 instance.
377 data of the Dhcp6 instance:
379 configuration data will be initialized in the Dhcp6 instance, and the state
383 the Dhcp6 instance.
384 To update the configuration data for an Dhcp6 instance, the original data
387 @param[in] This The pointer to the Dhcp6 protocol
390 @retval EFI_SUCCESS The Dhcp6 is configured successfully with the
393 @retval EFI_ACCESS_DENIED The Dhcp6 instance was already configured.
394 The Dhcp6 instance has already started the
558 ReplyCallback, the Dhcp6 instance will continue to receive other Reply
563 @param[in] This The pointer to the Dhcp6 protocol.
648 // the DHCP6 information request process.
725 @param[in] This The pointer to the Dhcp6 protocol.
736 @retval EFI_ACCESS_DENIED The Dhcp6 instance hasn't been configured, or the
862 The Dhcp6 instance sent Decline packet when
864 @retval EFI_ACCESS_DENIED The Dhcp6 instance hasn't been configured, or the
995 @param[in] This The pointer to the Dhcp6 protocol.
1002 was NULL. The Dhcp6 instance was sent Release
1005 @retval EFI_ACCESS_DENIED The Dhcp6 instance hasn't been configured, or the
1121 Parse the option data in the Dhcp6 packet.
1125 @param[in] This The pointer to the Dhcp6 protocol.
1126 @param[in] Packet The pointer to the Dhcp6 packet.
1164 // The format of Dhcp6 option:
1177 Start = Packet->Dhcp6.Option;
1204 Start = Packet->Dhcp6.Option;