Home
last modified time | relevance | path

Searched refs:HTTP_BOOT_OFFER_MAX_NUM (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootImpl.c128 for (Index = 0; Index < HTTP_BOOT_OFFER_MAX_NUM; Index++) { in HttpBootStart()
132 for (Index = 0; Index < HTTP_BOOT_OFFER_MAX_NUM; Index++) { in HttpBootStart()
362 for (Index = 0; Index < HTTP_BOOT_OFFER_MAX_NUM; Index++) { in HttpBootStop()
374 for (Index = 0; Index < HTTP_BOOT_OFFER_MAX_NUM; Index++) { in HttpBootStop()
DHttpBootDxe.h237 HTTP_BOOT_DHCP_PACKET_CACHE OfferBuffer[HTTP_BOOT_OFFER_MAX_NUM];
240 UINT32 OfferIndex[HttpOfferTypeMax][HTTP_BOOT_OFFER_MAX_NUM];
DHttpBootDhcp6.h19 #define HTTP_BOOT_OFFER_MAX_NUM 16 macro
DHttpBootDhcp4.h95 #define HTTP_BOOT_OFFER_MAX_NUM 16 macro
DHttpBootDhcp4.c453 ASSERT (Private->OfferNum < HTTP_BOOT_OFFER_MAX_NUM); in HttpBootCacheDhcp4Offer()
477 ASSERT (Private->OfferCount[OfferType] < HTTP_BOOT_OFFER_MAX_NUM); in HttpBootCacheDhcp4Offer()
642 if (Private->OfferNum < HTTP_BOOT_OFFER_MAX_NUM) { in HttpBootDhcp4CallBack()
DHttpBootDhcp6.c396 ASSERT (Private->OfferCount[OfferType] < HTTP_BOOT_OFFER_MAX_NUM); in HttpBootCacheDhcp6Offer()
452 if (Private->OfferNum < HTTP_BOOT_OFFER_MAX_NUM) { in HttpBootDhcp6CallBack()
DHttpBootClient.c162 ASSERT (SelectIndex < HTTP_BOOT_OFFER_MAX_NUM); in HttpBootDhcp4ExtractUriInfo()
265 ASSERT (SelectIndex < HTTP_BOOT_OFFER_MAX_NUM); in HttpBootDhcp6ExtractUriInfo()