Home | History | Annotate | Download | only in Dhcp6Dxe

Lines Matching refs:Instance

122 #define DHCP6_INSTANCE_FROM_THIS(Instance) CR ((Instance), DHCP6_INSTANCE, Dhcp6, DHCP6_INSTANCE_SIGNATURE)

232 // Control block for Dhcp6 instance, it's per configuration data.
280 be called only when the state of Dhcp6 instance is in the Dhcp6Init state.
281 If the DHCP process completes successfully, the state of the Dhcp6 instance
293 @retval EFI_ACCESS_DENIED The EFI DHCPv6 Child instance hasn't been configured.
300 @retval EFI_ALREADY_STARTED Some other Dhcp6 instance already started the DHCPv6
315 function is called successfully, the state of Dhcp6 instance is transferred
318 called when the Dhcp6 instance is in any state.
322 @retval EFI_SUCCESS The Dhcp6 instance is now in the Dhcp6Init state.
333 Returns the current operating mode data for the Dhcp6 instance.
336 cached data packet for the Dhcp6 instance.
344 @retval EFI_ACCESS_DENIED The EFI DHCPv6 Protocol instance has not
357 Initializes, changes, or resets the operational settings for the Dhcp6 instance.
360 data of the Dhcp6 instance:
362 configuration data will be initialized in the Dhcp6 instance and the state
366 the Dhcp6 instance.
367 To update the configuration data for an Dhcp6 instance, the original data
376 @retval EFI_ACCESS_DENIED The Dhcp6 instance has been already configured
378 The Dhcp6 instance has already started the
402 ReplyCallback, the Dhcp6 instance will continue to receive other Reply
408 @param[in] SendClientId If TRUE, the DHCPv6 protocol instance will build Client
473 The EFI DHCPv6 Protocol instance has sent Renew
476 @retval EFI_ACCESS_DENIED The Dhcp6 instance hasn't been configured, or the
520 The Dhcp6 instance has sent Decline packet when
522 @retval EFI_ACCESS_DENIED The Dhcp6 instance hasn't been configured, or the
526 the configured IA for this instance.
541 for the current instance.
560 is NULL. The Dhcp6 instance has sent Release
563 @retval EFI_ACCESS_DENIED The Dhcp6 instance hasn't been configured, or the
567 the configured IA for this instance.