Home | History | Annotate | Download | only in UefiPxeBcDxe

Lines Matching defs:ProxyOffer

822   Status = PxeBcCacheDhcp6Packet (&Private->ProxyOffer.Dhcp6.Packet.Offer, Offer);

826 PxeBcParseDhcp6Packet (&Private->ProxyOffer.Dhcp6);
831 CopyMem (&Mode->ProxyOffer.Dhcpv6, &Offer->Dhcp6, Offer->Length);
910 EFI_DHCP6_PACKET *ProxyOffer;
915 ProxyOffer = &Private->OfferBuffer[Index].Dhcp6.Packet.Offer;
932 Discover->TransactionId = ProxyOffer->Dhcp6.Header.TransactionId;
940 // Find Server ID Option from ProxyOffer.
943 ProxyOffer->Dhcp6.Option,
944 ProxyOffer->Length - 4,
1012 Reply = &Private->ProxyOffer.Dhcp6.Packet.Offer;
1108 // Retry Dhcp6Binl again for the bootfile, and the reply cached into Private->ProxyOffer.
1116 Cache6 = &Private->ProxyOffer.Dhcp6;
1134 &Mode->ProxyOffer.Dhcpv6,
2165 Reply = &Private->ProxyOffer.Dhcp6.Packet.Offer;