Home | History | Annotate | Download | only in Dhcp6Dxe

Lines Matching refs:Dhcp6

2   UEFI Component Name(2) protocol implementation for Dhcp6 driver.

167 L"DHCP6 Protocol Driver"
246 Update the component name for the Dhcp6 child handle.
248 @param Dhcp6[in] A pointer to the EFI_DHCP6_PROTOCOL.
257 IN EFI_DHCP6_PROTOCOL *Dhcp6
264 if (Dhcp6 == NULL) {
271 Status = Dhcp6->GetModeData (Dhcp6, &Dhcp6ModeData, NULL);
389 EFI_DHCP6_PROTOCOL *Dhcp6;
416 (VOID **)&Dhcp6,
428 Status = UpdateName (Dhcp6);