HomeSort by relevance Sort by last modified time
    Searched refs:OfferBuffer (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootImpl.c 126 ZeroMem (Private->OfferBuffer, sizeof (Private->OfferBuffer));
129 Private->OfferBuffer[Index].Dhcp4.Packet.Offer.Size = HTTP_CACHED_DHCP4_PACKET_MAX_SIZE;
133 Private->OfferBuffer[Index].Dhcp6.Packet.Offer.Size = HTTP_CACHED_DHCP6_PACKET_MAX_SIZE;
363 if (Private->OfferBuffer[Index].Dhcp4.UriParser) {
364 HttpUrlFreeParser (Private->OfferBuffer[Index].Dhcp4.UriParser);
375 if (Private->OfferBuffer[Index].Dhcp6.UriParser) {
376 HttpUrlFreeParser (Private->OfferBuffer[Index].Dhcp6.UriParser);
388 ZeroMem (Private->OfferBuffer, sizeof (Private->OfferBuffer));
    [all...]
HttpBootClient.c 170 SelectOffer = &Private->OfferBuffer[SelectIndex].Dhcp4;
182 HttpOffer = &Private->OfferBuffer[ProxyIndex].Dhcp4;
273 SelectOffer = &Private->OfferBuffer[SelectIndex].Dhcp6;
285 HttpOffer = &Private->OfferBuffer[ProxyIndex].Dhcp6;
    [all...]
HttpBootDxe.h 214 // OfferBuffer: [ProxyNameUri, DhcpNameUri, DhcpIpUri, ProxyNameUri, ProxyIpUri, DhcpOnly, DhcpIpUri, DhcpNameUriDns]
215 // (OfferBuffer is 0-based.)
237 HTTP_BOOT_DHCP_PACKET_CACHE OfferBuffer[HTTP_BOOT_OFFER_MAX_NUM];
HttpBootDhcp4.c 454 Cache4 = &Private->OfferBuffer[Private->OfferNum].Dhcp4;
644 // Cache the DHCPv4 offers to OfferBuffer[] for select later, and record
662 *NewPacket = &Private->OfferBuffer[Private->SelectIndex - 1].Dhcp4.Packet.Offer;
HttpBootDhcp6.c 373 Cache6 = &Private->OfferBuffer[Private->OfferNum].Dhcp6;
454 // Cache the dhcp offers to OfferBuffer[] for select later, and record
473 SelectAd = &Private->OfferBuffer[Private->SelectIndex - 1].Dhcp6.Packet.Offer;
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp4.c 688 Offer = &Private->OfferBuffer[OfferIndex].Dhcp4.Packet.Offer;
733 ASSERT (Private->OfferBuffer[Index].Dhcp4.OfferType == PxeOfferTypeDhcpBinl ||
734 Private->OfferBuffer[Index].Dhcp4.OfferType == PxeOfferTypeProxyBinl);
736 Offer = &Private->OfferBuffer[Index].Dhcp4.Packet.Offer;
744 Private->OfferBuffer[Index].Dhcp4.OptList[PXEBC_DHCP4_TAG_INDEX_SERVER_ID]->Data,
825 Cache4 = &Private->OfferBuffer[Private->OfferNum].Dhcp4;
966 if (Private->OfferBuffer[OfferIndex].Dhcp4.OptList[PXEBC_DHCP4_TAG_INDEX_BOOTFILE] != NULL) {
977 Private->OfferBuffer[OfferIndex].Dhcp4.OptList[PXEBC_DHCP4_TAG_INDEX_BOOTFILE] != NULL) {
987 Offer = &Private->OfferBuffer[Index].Dhcp4.Packet.Offer;
997 Private->OfferBuffer[Index].Dhcp4.OfferType == PxeOfferTypeDhcpOnly &&
    [all...]
PxeBcDhcp6.c 817 Offer = &Private->OfferBuffer[OfferIndex].Dhcp6.Packet.Offer;
915 ProxyOffer = &Private->OfferBuffer[Index].Dhcp6.Packet.Offer;
1075 ASSERT (Private->OfferBuffer[Index].Dhcp6.OfferType == PxeOfferTypeDhcpBinl ||
1076 Private->OfferBuffer[Index].Dhcp6.OfferType == PxeOfferTypeProxyBinl);
1080 Offer = &Private->OfferBuffer[Index].Dhcp6;
    [all...]
PxeBcImpl.h 196 // OfferBuffer: [ProxyBinl, ProxyBinl, DhcpOnly, ProxyPxe10, DhcpOnly, DhcpPxe10, DhcpBinl, ProxyBinl]
197 // (OfferBuffer is 0-based.)
219 PXEBC_DHCP_PACKET_CACHE OfferBuffer[PXEBC_OFFER_MAX_NUM];
PxeBcImpl.c 110 Private->OfferBuffer[Index].Dhcp6.Packet.Offer.Size = PXEBC_CACHED_DHCP6_PACKET_MAX_SIZE;
162 Private->OfferBuffer[Index].Dhcp4.Packet.Offer.Size = PXEBC_CACHED_DHCP4_PACKET_MAX_SIZE;
    [all...]

Completed in 265 milliseconds