Home | History | Annotate | Download | only in HttpBootDxe

Lines Matching refs:Dhcp6

68       Private->OfferBuffer[Index].Dhcp6.Packet.Offer.Size = HTTP_BOOT_DHCP6_PACKET_MAX_SIZE;

293 // Stop and release the DHCP6 child.
295 Private->Dhcp6->Stop (Private->Dhcp6);
296 Private->Dhcp6->Configure (Private->Dhcp6, NULL);
299 if (Private->OfferBuffer[Index].Dhcp6.UriParser) {
300 HttpUrlFreeParser (Private->OfferBuffer[Index].Dhcp6.UriParser);
419 // Stop and release the DHCP6 child.
421 Private->Dhcp6->Stop (Private->Dhcp6);
422 Private->Dhcp6->Configure (Private->Dhcp6, NULL);