Home
last modified time | relevance | path

Searched refs:Dhcp4Handle (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
DIScsiDhcp.c358 EFI_HANDLE Dhcp4Handle; in IScsiDoDhcp() local
366 Dhcp4Handle = NULL; in IScsiDoDhcp()
386 &Dhcp4Handle in IScsiDoDhcp()
393 Dhcp4Handle, in IScsiDoDhcp()
457 Dhcp4Handle, in IScsiDoDhcp()
468 Dhcp4Handle in IScsiDoDhcp()
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
DIScsiDhcp.c382 EFI_HANDLE Dhcp4Handle; in IScsiDoDhcp() local
390 Dhcp4Handle = NULL; in IScsiDoDhcp()
410 &Dhcp4Handle in IScsiDoDhcp()
417 Dhcp4Handle, in IScsiDoDhcp()
483 Dhcp4Handle, in IScsiDoDhcp()
494 Dhcp4Handle in IScsiDoDhcp()
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsDhcp.c276 EFI_HANDLE Dhcp4Handle; in GetDns4ServerFromDhcp4() local
296 Dhcp4Handle = NULL; in GetDns4ServerFromDhcp4()
373 &Dhcp4Handle in GetDns4ServerFromDhcp4()
380 Dhcp4Handle, in GetDns4ServerFromDhcp4()
557 Dhcp4Handle, in GetDns4ServerFromDhcp4()
564 if (Dhcp4Handle != NULL) { in GetDns4ServerFromDhcp4()
569 Dhcp4Handle in GetDns4ServerFromDhcp4()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
DIp4Config2Impl.c67 Instance->Dhcp4Handle, in Ip4Config2DestroyDhcp4()
80 Instance->Dhcp4Handle in Ip4Config2DestroyDhcp4()
83 Instance->Dhcp4Handle = NULL; in Ip4Config2DestroyDhcp4()
454 if ((Instance->Dhcp4Handle != NULL) || (Instance->Policy != Ip4Config2PolicyDhcp)) { in Ip4Config2OnDhcp4SbInstalled()
654 Instance->Dhcp4Handle, in Ip4Config2CleanDhcp4()
663 if (Instance->Dhcp4Handle != NULL) { in Ip4Config2CleanDhcp4()
668 Instance->Dhcp4Handle in Ip4Config2CleanDhcp4()
671 Instance->Dhcp4Handle = NULL; in Ip4Config2CleanDhcp4()
934 if (Instance->Dhcp4Handle != NULL) { in Ip4StartAutoConfig()
942 &Instance->Dhcp4Handle in Ip4StartAutoConfig()
[all …]
DIp4Config2Impl.h185 EFI_HANDLE Dhcp4Handle; member