Lines Matching refs:Offer
657 EFI_DHCP6_PACKET *Offer; in PxeBcParseDhcp6Packet() local
669 Offer = &Cache6->Packet.Offer; in PxeBcParseDhcp6Packet()
674 Option = (EFI_DHCP6_PACKET_OPTION *) (Offer->Dhcp6.Option); in PxeBcParseDhcp6Packet()
676 Length = GET_DHCP6_OPTION_SIZE (Offer); in PxeBcParseDhcp6Packet()
699 Option = (EFI_DHCP6_PACKET_OPTION *) (Offer->Dhcp6.Option + Offset); in PxeBcParseDhcp6Packet()
810 EFI_DHCP6_PACKET *Offer; in PxeBcCopyDhcp6Proxy() local
817 Offer = &Private->OfferBuffer[OfferIndex].Dhcp6.Packet.Offer; in PxeBcCopyDhcp6Proxy()
822 Status = PxeBcCacheDhcp6Packet (&Private->ProxyOffer.Dhcp6.Packet.Offer, Offer); in PxeBcCopyDhcp6Proxy()
831 CopyMem (&Mode->ProxyOffer.Dhcpv6, &Offer->Dhcp6, Offer->Length); in PxeBcCopyDhcp6Proxy()
915 ProxyOffer = &Private->OfferBuffer[Index].Dhcp6.Packet.Offer; in PxeBcRequestBootService()
1012 Reply = &Private->ProxyOffer.Dhcp6.Packet.Offer; in PxeBcRequestBootService()
1070 PXEBC_DHCP6_PACKET_CACHE *Offer; in PxeBcRetryDhcp6Binl() local
1080 Offer = &Private->OfferBuffer[Index].Dhcp6; in PxeBcRetryDhcp6Binl()
1081 if (Offer->OfferType == PxeOfferTypeDhcpBinl) { in PxeBcRetryDhcp6Binl()
1091 ASSERT (Offer->OptList[PXEBC_DHCP6_IDX_BOOT_FILE_URL] != NULL); in PxeBcRetryDhcp6Binl()
1099 (CHAR8 *) (Offer->OptList[PXEBC_DHCP6_IDX_BOOT_FILE_URL]->Data), in PxeBcRetryDhcp6Binl()
1100 NTOHS (Offer->OptList[PXEBC_DHCP6_IDX_BOOT_FILE_URL]->OpLen) in PxeBcRetryDhcp6Binl()
1135 &Cache6->Packet.Offer.Dhcp6, in PxeBcRetryDhcp6Binl()
1136 Cache6->Packet.Offer.Length in PxeBcRetryDhcp6Binl()
1159 EFI_DHCP6_PACKET *Offer; in PxeBcCacheDhcp6Offer() local
1164 Offer = &Cache6->Packet.Offer; in PxeBcCacheDhcp6Offer()
1169 Status = PxeBcCacheDhcp6Packet (Offer, RcvdOffer); in PxeBcCacheDhcp6Offer()
2026 SelectAd = &Private->OfferBuffer[Private->SelectIndex - 1].Dhcp6.Packet.Offer; in PxeBcDhcp6CallBack()
2165 Reply = &Private->ProxyOffer.Dhcp6.Packet.Offer; in PxeBcDhcp6Discover()