Lines Matching refs:OfferCount
477 ASSERT (Private->OfferCount[OfferType] < HTTP_BOOT_OFFER_MAX_NUM); in HttpBootCacheDhcp4Offer()
478 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum; in HttpBootCacheDhcp4Offer()
479 Private->OfferCount[OfferType]++; in HttpBootCacheDhcp4Offer()
505 if (Private->OfferCount[HttpOfferTypeDhcpDns] > 0) { in HttpBootSelectDhcpOffer()
509 } else if (Private->OfferCount[HttpOfferTypeDhcpIpUriDns] > 0) { in HttpBootSelectDhcpOffer()
513 } else if (Private->OfferCount[HttpOfferTypeDhcpNameUriDns] > 0) { in HttpBootSelectDhcpOffer()
517 } else if (Private->OfferCount[HttpOfferTypeDhcpOnly] > 0) { in HttpBootSelectDhcpOffer()
521 } else if (Private->OfferCount[HttpOfferTypeDhcpIpUri] > 0) { in HttpBootSelectDhcpOffer()
537 if (Private->OfferCount[HttpOfferTypeDhcpIpUri] > 0) { in HttpBootSelectDhcpOffer()
541 } else if (Private->OfferCount[HttpOfferTypeDhcpIpUriDns] > 0) { in HttpBootSelectDhcpOffer()
545 }else if (Private->OfferCount[HttpOfferTypeDhcpNameUriDns] > 0) { in HttpBootSelectDhcpOffer()
549 } else if (Private->OfferCount[HttpOfferTypeDhcpOnly] > 0 && in HttpBootSelectDhcpOffer()
550 Private->OfferCount[HttpOfferTypeProxyIpUri] > 0) { in HttpBootSelectDhcpOffer()
555 } else if (Private->OfferCount[HttpOfferTypeDhcpDns] > 0 && in HttpBootSelectDhcpOffer()
556 Private->OfferCount[HttpOfferTypeProxyIpUri] > 0) { in HttpBootSelectDhcpOffer()
561 } else if (Private->OfferCount[HttpOfferTypeDhcpDns] > 0 && in HttpBootSelectDhcpOffer()
562 Private->OfferCount[HttpOfferTypeProxyNameUri] > 0) { in HttpBootSelectDhcpOffer()
567 } else if (Private->OfferCount[HttpOfferTypeDhcpDns] > 0 && in HttpBootSelectDhcpOffer()
568 Private->OfferCount[HttpOfferTypeDhcpNameUri] > 0) { in HttpBootSelectDhcpOffer()
850 ZeroMem (Private->OfferCount, sizeof (Private->OfferCount)); in HttpBootDhcp4Dora()