Home | History | Annotate | Download | only in HttpBootDxe

Lines Matching refs:Dhcp6

205   Option  = (EFI_DHCP6_PACKET_OPTION *) (Offer->Dhcp6.Option);

230 Option = (EFI_DHCP6_PACKET_OPTION *) (Offer->Dhcp6.Option + Offset);
337 CopyMem (&Dst->Dhcp6, &Src->Dhcp6, Src->Length);
358 Cache6 = &Private->OfferBuffer[Private->OfferNum].Dhcp6;
448 SelectAd = &Private->OfferBuffer[Private->SelectIndex - 1].Dhcp6.Packet.Offer;
891 EFI_DHCP6_PROTOCOL *Dhcp6;
900 Dhcp6 = Private->Dhcp6;
901 ASSERT (Dhcp6 != NULL);
935 Status = Dhcp6->Configure (Dhcp6, &Config);
951 Status = Dhcp6->Start (Dhcp6);
959 Status = Dhcp6->GetModeData (Dhcp6, &Mode, NULL);
973 Dhcp6->Stop (Dhcp6);
974 Dhcp6->Configure (Dhcp6, NULL);
978 Dhcp6->Configure (Dhcp6, &Config);