Home
last modified time | relevance | path

Searched refs:HttpOfferTypeMax (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDxe.h239 UINT32 OfferCount[HttpOfferTypeMax];
240 UINT32 OfferIndex[HttpOfferTypeMax][HTTP_BOOT_OFFER_MAX_NUM];
DHttpBootDhcp4.h91 HttpOfferTypeMax enumerator
DHttpBootImpl.c353 Private->SelectProxyType = HttpOfferTypeMax; in HttpBootStop()
DHttpBootDhcp4.c476 ASSERT (OfferType < HttpOfferTypeMax); in HttpBootCacheDhcp4Offer()
497 Private->SelectProxyType = HttpOfferTypeMax; in HttpBootSelectDhcpOffer()
DHttpBootClient.c180 ASSERT (Private->SelectProxyType != HttpOfferTypeMax); in HttpBootDhcp4ExtractUriInfo()
283 ASSERT (Private->SelectProxyType != HttpOfferTypeMax); in HttpBootDhcp6ExtractUriInfo()
DHttpBootDhcp6.c395 ASSERT (OfferType < HttpOfferTypeMax); in HttpBootCacheDhcp6Offer()