Searched refs:OfferCount (Results 1 – 7 of 7) sorted by relevance
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()[all …]
396 ASSERT (Private->OfferCount[OfferType] < HTTP_BOOT_OFFER_MAX_NUM); in HttpBootCacheDhcp6Offer()397 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum; in HttpBootCacheDhcp6Offer()398 Private->OfferCount[OfferType]++; in HttpBootCacheDhcp6Offer()972 ZeroMem (Private->OfferCount, sizeof (Private->OfferCount)); in HttpBootDhcp6Sarr()
390 ZeroMem (Private->OfferCount, sizeof (Private->OfferCount)); in HttpBootStop()
239 UINT32 OfferCount[HttpOfferTypeMax]; member
853 if (Private->OfferCount[OfferType] == 0) { in PxeBcCacheDhcp4Offer()855 Private->OfferCount[OfferType] = 1; in PxeBcCacheDhcp4Offer()860 ASSERT (Private->OfferCount[OfferType] < PXEBC_OFFER_MAX_NUM); in PxeBcCacheDhcp4Offer()871 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum; in PxeBcCacheDhcp4Offer()872 Private->OfferCount[OfferType]++; in PxeBcCacheDhcp4Offer()873 } else if (Private->OfferCount[OfferType] > 0) { in PxeBcCacheDhcp4Offer()878 Private->OfferCount[OfferType] = 1; in PxeBcCacheDhcp4Offer()886 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum; in PxeBcCacheDhcp4Offer()887 Private->OfferCount[OfferType]++; in PxeBcCacheDhcp4Offer()918 if (Private->OfferCount[PxeOfferTypeDhcpPxe10] > 0) { in PxeBcSelectDhcp4Offer()[all …]
1186 ASSERT (Private->OfferCount[OfferType] < PXEBC_OFFER_MAX_NUM); in PxeBcCacheDhcp6Offer()1198 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum; in PxeBcCacheDhcp6Offer()1199 Private->OfferCount[OfferType]++; in PxeBcCacheDhcp6Offer()1200 } else if (Private->OfferCount[OfferType] > 0) { in PxeBcCacheDhcp6Offer()1205 Private->OfferCount[OfferType] = 1; in PxeBcCacheDhcp6Offer()1213 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum; in PxeBcCacheDhcp6Offer()1214 Private->OfferCount[OfferType]++; in PxeBcCacheDhcp6Offer()1244 if (Private->OfferCount[PxeOfferTypeDhcpPxe10] > 0) { in PxeBcSelectDhcp6Offer()1250 } else if (Private->OfferCount[PxeOfferTypeDhcpWfm11a] > 0) { in PxeBcSelectDhcp6Offer()1256 } else if (Private->OfferCount[PxeOfferTypeDhcpOnly] > 0 && in PxeBcSelectDhcp6Offer()[all …]
221 UINT32 OfferCount[PxeOfferTypeMax]; member