Home | History | Annotate | Download | only in Dhcp6Dxe

Lines Matching refs:Dhcp6

3   implementationfor for Dhcp6 Driver.

35 Configure the default Udp6Io to receive all the DHCP6 traffic
61 // Set Udp6 configure data for the Dhcp6 instance.
84 Destroy the Dhcp6 service. The Dhcp6 service may be partly initialized,
88 @param[in, out] Service The pointer to Dhcp6 service to be destroyed.
114 Create a new Dhcp6 service for the Nic controller.
116 @param[in] Controller The controller to be installed DHCP6 service
118 @param[in] ImageHandle The image handle of the Dhcp6 driver.
119 @param[out] Service The return pointer of the new Dhcp6 service.
121 @retval EFI_SUCCESS The Dhcp6 service is created successfully.
154 // Initialize the fields of the new Dhcp6 service.
192 // Create an Udp6Io for stateful transmit/receive of each Dhcp6 instance.
217 Destroy the Dhcp6 instance and recycle the resources.
219 @param[in, out] Instance The pointer to the Dhcp6 instance.
264 Create the Dhcp6 instance and initialize it.
266 @param[in] Service The pointer to the Dhcp6 service.
267 @param[out] Instance The pointer to the Dhcp6 instance.
269 @retval EFI_SUCCESS The Dhcp6 instance is created.
290 // Initialize the fields of the new Dhcp6 instance.
299 &Dhcp6Ins->Dhcp6,
308 // There is a timer for each Dhcp6 instance, which is used to track the
361 Entry point of the DHCP6 driver to install various protocols.
454 // Check the Dhcp6 serivce whether already started.
470 // Create and initialize the Dhcp6 service.
658 // Install the DHCP6 protocol onto ChildHandle.
663 &Instance->Dhcp6,
690 &Instance->Dhcp6,
741 EFI_DHCP6_PROTOCOL *Dhcp6;
755 (VOID **) &Dhcp6,
765 Instance = DHCP6_INSTANCE_FROM_THIS (Dhcp6);
800 Dhcp6