Home
last modified time | relevance | path

Searched refs:Dhcp6Handle (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
DIScsiDhcp6.c372 EFI_HANDLE Dhcp6Handle; in IScsiDoDhcp6() local
397 Dhcp6Handle = NULL; in IScsiDoDhcp6()
409 &Dhcp6Handle in IScsiDoDhcp6()
416 Dhcp6Handle, in IScsiDoDhcp6()
509 Dhcp6Handle, in IScsiDoDhcp6()
520 Dhcp6Handle in IScsiDoDhcp6()
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsDhcp.c616 EFI_HANDLE Dhcp6Handle; in GetDns6ServerFromDhcp6() local
626 Dhcp6Handle = NULL; in GetDns6ServerFromDhcp6()
651 &Dhcp6Handle in GetDns6ServerFromDhcp6()
658 Dhcp6Handle, in GetDns6ServerFromDhcp6()
747 Dhcp6Handle, in GetDns6ServerFromDhcp6()
758 Dhcp6Handle in GetDns6ServerFromDhcp6()
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6ConfigImpl.c166 if (Instance->Dhcp6Handle != NULL) { in Ip6ConfigStartStatefulAutoConfig()
178 &Instance->Dhcp6Handle in Ip6ConfigStartStatefulAutoConfig()
205 Instance->Dhcp6Handle, in Ip6ConfigStartStatefulAutoConfig()
701 if (Instance->Dhcp6Handle != NULL) { in Ip6ConfigSetPolicy()
1790 if ((Instance->Dhcp6Handle != NULL) || (Instance->Policy != Ip6ConfigPolicyAutomatic)) { in Ip6ConfigOnDhcp6SbInstalled()
2305 if (Instance->Dhcp6Handle != NULL) { in Ip6ConfigCleanInstance()
2371 Instance->Dhcp6Handle, in Ip6ConfigDestroyDhcp6()
2384 Instance->Dhcp6Handle in Ip6ConfigDestroyDhcp6()
2387 Instance->Dhcp6Handle = NULL; in Ip6ConfigDestroyDhcp6()
DIp6ConfigImpl.h203 EFI_HANDLE Dhcp6Handle; member