Searched defs:Dhcp6 (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Driver.c3 implementationfor for Dhcp6 Driver.
62 // Set Udp6 configure data for the Dhcp6 instance.
85 Destory the Dhcp6 service. The Dhcp6 service may be partly initialized,
89 @param[in, out] Service The pointer to Dhcp6 service to be destroyed.
115 Create a new Dhcp6 service for the Nic controller.
119 @param[in] ImageHandle The image handle of the Dhcp6 driver.
120 @param[out] Service The return pointer of the new Dhcp6 service.
122 @retval EFI_SUCCESS The Dhcp6 service is created successfully.
154 // Initialize the fields of the new Dhcp6 servic
705 EFI_DHCP6_PROTOCOL *Dhcp6; local
[all...]
H A DDhcp6Impl.h2 Dhcp6 internal data structure and definition declaration.
22 #include <Protocol/Dhcp6.h>
120 #define DHCP6_INSTANCE_FROM_THIS(Instance) CR ((Instance), DHCP6_INSTANCE, Dhcp6, DHCP6_INSTANCE_SIGNATURE)
128 // Enumeration of Dhcp6 message type, refers to section-5.3 of rfc-3315.
145 // Enumeration of option code in Dhcp6 packet, refers to section-24.3 of rfc-3315.
230 // Control block for Dhcp6 instance, it's per configuration data.
237 EFI_DHCP6_PROTOCOL Dhcp6; member in struct:_DHCP6_INSTANCE
254 // Control block for Dhcp6 service, it's per Nic handle.
274 be called only when the state of Dhcp6 instance is in the Dhcp6Init state.
275 If the DHCP process completes successfully, the state of the Dhcp6 instanc
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiDhcp6.c354 EFI_DHCP6_PROTOCOL *Dhcp6; local
379 Dhcp6 = NULL;
399 (VOID **) &Dhcp6,
428 Status = Dhcp6->InfoRequest (
429 Dhcp6,
460 Status = Dhcp6->InfoRequest (
461 Dhcp6,
487 if (Dhcp6 != NULL) {
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6ConfigImpl.h206 EFI_DHCP6_PROTOCOL *Dhcp6; member in struct:_IP6_CONFIG_INSTANCE
282 Destory the Dhcp6 child in IP6_CONFIG_INSTANCE and release the resources.
H A DIp6ConfigImpl.c147 EFI_DHCP6_PROTOCOL *Dhcp6; local
198 (VOID **) &Instance->Dhcp6,
205 Dhcp6 = Instance->Dhcp6;
206 Dhcp6->Configure (Dhcp6, NULL);
235 Status = Dhcp6->Configure (Dhcp6, &Dhcp6CfgData);
240 Status = Dhcp6->Start (Dhcp6);
1446 Ip6ConfigParseDhcpReply( IN EFI_DHCP6_PROTOCOL *Dhcp6, IN OUT IP6_CONFIG_INSTANCE *Instance, IN EFI_DHCP6_PACKET *Reply ) argument
1627 EFI_DHCP6_PROTOCOL *Dhcp6; local
2334 EFI_DHCP6_PROTOCOL *Dhcp6; local
[all...]
H A DIp6Nd.c820 EFI_DHCP6_PROTOCOL *Dhcp6; local
842 Dhcp6 = IpSb->Ip6ConfigInstance.Dhcp6;
845 Dhcp6->Start (Dhcp6);
864 Dhcp6->InfoRequest (
865 Dhcp6,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDhcp6.h206 } Dhcp6; member in struct:__anon12107
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcImpl.h32 #include <Protocol/Dhcp6.h>
82 PXEBC_DHCP6_PACKET_CACHE Dhcp6; member in union:__anon12591
130 EFI_DHCP6_PROTOCOL *Dhcp6; member in struct:_PXEBC_PRIVATE_DATA

Completed in 58 milliseconds