Home | History | Annotate | Download | only in Protocol

Lines Matching refs:Configure

306   @param[in]  This              Pointer to the EFI_DHCP6_PROTOCOL instance that is used to configure this 

308 @param[in] Context Pointer to the context that is initialized by EFI_DHCP6_PROTOCOL.Configure().
349 /// can be freed after EFI_DHCP6_PROTOCOL.Configure() returns. Ignored if
381 /// buffer can be freed after EFI_DHCP6_PROTOCOL.Configure() returns.
390 @param[in] This Pointer to the EFI_DHCP6_PROTOCOL instance that is used to configure this
436 The Configure() function is used to initialize or clean up the configuration data of the EFI
438 - When Dhcp6CfgData is not NULL and Configure() is called successfully, the
441 - When Dhcp6CfgData is NULL and Configure() is called successfully, the configuration
484 callback function set by EFI_DHCP6_PROTOCOL.Configure() will be called and the user can take
773 EFI_DHCP6_CONFIGURE Configure;