Home
last modified time | relevance | path

Searched refs:OfferBuffer (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootImpl.c126 ZeroMem (Private->OfferBuffer, sizeof (Private->OfferBuffer)); in HttpBootStart()
129 Private->OfferBuffer[Index].Dhcp4.Packet.Offer.Size = HTTP_CACHED_DHCP4_PACKET_MAX_SIZE; in HttpBootStart()
133 Private->OfferBuffer[Index].Dhcp6.Packet.Offer.Size = HTTP_CACHED_DHCP6_PACKET_MAX_SIZE; in HttpBootStart()
363 if (Private->OfferBuffer[Index].Dhcp4.UriParser) { in HttpBootStop()
364 HttpUrlFreeParser (Private->OfferBuffer[Index].Dhcp4.UriParser); in HttpBootStop()
375 if (Private->OfferBuffer[Index].Dhcp6.UriParser) { in HttpBootStop()
376 HttpUrlFreeParser (Private->OfferBuffer[Index].Dhcp6.UriParser); in HttpBootStop()
388 ZeroMem (Private->OfferBuffer, sizeof (Private->OfferBuffer)); in HttpBootStop()
DHttpBootDxe.h237 HTTP_BOOT_DHCP_PACKET_CACHE OfferBuffer[HTTP_BOOT_OFFER_MAX_NUM]; member
DHttpBootClient.c170 SelectOffer = &Private->OfferBuffer[SelectIndex].Dhcp4; in HttpBootDhcp4ExtractUriInfo()
182 HttpOffer = &Private->OfferBuffer[ProxyIndex].Dhcp4; in HttpBootDhcp4ExtractUriInfo()
273 SelectOffer = &Private->OfferBuffer[SelectIndex].Dhcp6; in HttpBootDhcp6ExtractUriInfo()
285 HttpOffer = &Private->OfferBuffer[ProxyIndex].Dhcp6; in HttpBootDhcp6ExtractUriInfo()
DHttpBootDhcp4.c454 Cache4 = &Private->OfferBuffer[Private->OfferNum].Dhcp4; in HttpBootCacheDhcp4Offer()
662 *NewPacket = &Private->OfferBuffer[Private->SelectIndex - 1].Dhcp4.Packet.Offer; in HttpBootDhcp4CallBack()
DHttpBootDhcp6.c373 Cache6 = &Private->OfferBuffer[Private->OfferNum].Dhcp6; in HttpBootCacheDhcp6Offer()
473 SelectAd = &Private->OfferBuffer[Private->SelectIndex - 1].Dhcp6.Packet.Offer; in HttpBootDhcp6CallBack()
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp4.c688 Offer = &Private->OfferBuffer[OfferIndex].Dhcp4.Packet.Offer; in PxeBcCopyProxyOffer()
733 ASSERT (Private->OfferBuffer[Index].Dhcp4.OfferType == PxeOfferTypeDhcpBinl || in PxeBcRetryBinlOffer()
734 Private->OfferBuffer[Index].Dhcp4.OfferType == PxeOfferTypeProxyBinl); in PxeBcRetryBinlOffer()
736 Offer = &Private->OfferBuffer[Index].Dhcp4.Packet.Offer; in PxeBcRetryBinlOffer()
744 Private->OfferBuffer[Index].Dhcp4.OptList[PXEBC_DHCP4_TAG_INDEX_SERVER_ID]->Data, in PxeBcRetryBinlOffer()
825 Cache4 = &Private->OfferBuffer[Private->OfferNum].Dhcp4; in PxeBcCacheDhcp4Offer()
966 … if (Private->OfferBuffer[OfferIndex].Dhcp4.OptList[PXEBC_DHCP4_TAG_INDEX_BOOTFILE] != NULL) { in PxeBcSelectDhcp4Offer()
977 Private->OfferBuffer[OfferIndex].Dhcp4.OptList[PXEBC_DHCP4_TAG_INDEX_BOOTFILE] != NULL) { in PxeBcSelectDhcp4Offer()
987 Offer = &Private->OfferBuffer[Index].Dhcp4.Packet.Offer; in PxeBcSelectDhcp4Offer()
997 Private->OfferBuffer[Index].Dhcp4.OfferType == PxeOfferTypeDhcpOnly && in PxeBcSelectDhcp4Offer()
[all …]
DPxeBcDhcp6.c817 Offer = &Private->OfferBuffer[OfferIndex].Dhcp6.Packet.Offer; in PxeBcCopyDhcp6Proxy()
915 ProxyOffer = &Private->OfferBuffer[Index].Dhcp6.Packet.Offer; in PxeBcRequestBootService()
1075 ASSERT (Private->OfferBuffer[Index].Dhcp6.OfferType == PxeOfferTypeDhcpBinl || in PxeBcRetryDhcp6Binl()
1076 Private->OfferBuffer[Index].Dhcp6.OfferType == PxeOfferTypeProxyBinl); in PxeBcRetryDhcp6Binl()
1080 Offer = &Private->OfferBuffer[Index].Dhcp6; in PxeBcRetryDhcp6Binl()
1163 Cache6 = &Private->OfferBuffer[Private->OfferNum].Dhcp6; in PxeBcCacheDhcp6Offer()
1292 if (Private->OfferBuffer[OfferIndex].Dhcp6.OptList[PXEBC_DHCP6_IDX_BOOT_FILE_URL] != NULL) { in PxeBcSelectDhcp6Offer()
1304 OfferType = Private->OfferBuffer[Index].Dhcp6.OfferType; in PxeBcSelectDhcp6Offer()
1315 Private->OfferBuffer[Index].Dhcp6.OptList[PXEBC_DHCP6_IDX_BOOT_FILE_URL] == NULL) { in PxeBcSelectDhcp6Offer()
1355 Cache6 = &Private->OfferBuffer[SelectIndex].Dhcp6; in PxeBcHandleDhcp6Offer()
[all …]
DPxeBcImpl.h219 PXEBC_DHCP_PACKET_CACHE OfferBuffer[PXEBC_OFFER_MAX_NUM]; member
DPxeBcImpl.c110 Private->OfferBuffer[Index].Dhcp6.Packet.Offer.Size = PXEBC_CACHED_DHCP6_PACKET_MAX_SIZE; in EfiPxeBcStart()
162 Private->OfferBuffer[Index].Dhcp4.Packet.Offer.Size = PXEBC_CACHED_DHCP4_PACKET_MAX_SIZE; in EfiPxeBcStart()