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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Driver.c268 DHCP6_INSTANCE *Dhcp6Ins; local
271 Dhcp6Ins = AllocateZeroPool (sizeof (DHCP6_INSTANCE));
273 if (Dhcp6Ins == NULL) {
280 Dhcp6Ins->Signature = DHCP6_INSTANCE_SIGNATURE;
281 Dhcp6Ins->UdpSts = EFI_ALREADY_STARTED;
282 Dhcp6Ins->Service = Service;
283 Dhcp6Ins->InDestory = FALSE;
284 Dhcp6Ins->MediaPresent = TRUE;
287 &Dhcp6Ins->Dhcp6,
292 InitializeListHead (&Dhcp6Ins
[all...]

Completed in 31 milliseconds