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

  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Impl.c 378 - When Dhcp6CfgData is not NULL and Configure() is called successfully, the
381 - When Dhcp6CfgData is NULL and Configure() is called successfully, the
388 @param[in] Dhcp6CfgData The pointer to the EFI_DHCP6_CONFIG_DATA.
395 DHCPv6 S.A.R.R when Dhcp6CfgData is NULL.
405 IN EFI_DHCP6_CONFIG_DATA *Dhcp6CfgData OPTIONAL
426 if (Dhcp6CfgData != NULL) {
427 if (Dhcp6CfgData->OptionCount > 0 && Dhcp6CfgData->OptionList == NULL) {
430 if (Dhcp6CfgData->OptionList != NULL) {
431 for (Index = 0; Index < Dhcp6CfgData->OptionCount; Index++) {
    [all...]
Dhcp6Impl.h 361 - When Dhcp6CfgData is not NULL and Configure() is called successfully, the
364 - When Dhcp6CfgData is NULL and Configure() is called successfully, the
371 @param[in] Dhcp6CfgData The pointer to the EFI_DHCP6_CONFIG_DATA.
377 when Dhcp6CfgData is not NULL.
379 DHCPv6 S.A.R.R when Dhcp6CfgData is NULL.
389 IN EFI_DHCP6_CONFIG_DATA *Dhcp6CfgData OPTIONAL
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6ConfigImpl.c 155 EFI_DHCP6_CONFIG_DATA Dhcp6CfgData;
233 Dhcp6CfgData.Dhcp6Callback = NULL;
234 Dhcp6CfgData.CallbackContext = NULL;
235 Dhcp6CfgData.OptionCount = 1;
236 Dhcp6CfgData.OptionList = &OptList[0];
237 Dhcp6CfgData.IaDescriptor.Type = EFI_DHCP6_IA_TYPE_NA;
238 Dhcp6CfgData.IaDescriptor.IaId = Instance->IaId;
239 Dhcp6CfgData.IaInfoEvent = Instance->Dhcp6Event;
240 Dhcp6CfgData.ReconfigureAccept = FALSE;
241 Dhcp6CfgData.RapidCommit = FALSE;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Dhcp6.h 438 - When Dhcp6CfgData is not NULL and Configure() is called successfully, the
441 - When Dhcp6CfgData is NULL and Configure() is called successfully, the configuration
448 @param[in] Dhcp6CfgData Pointer to the DHCPv6 configuration data structure.
462 when Dhcp6CfgData is not NULL.
464 DHCPv6 S.A.R.R when Dhcp6CfgData is NULL.
473 IN EFI_DHCP6_CONFIG_DATA *Dhcp6CfgData OPTIONAL
    [all...]

Completed in 752 milliseconds