Home | History | Annotate | Download | only in UefiPxeBcDxe

Lines Matching refs:OfferCount

1144   Cache all the received DHCPv6 offers, and set OfferIndex and OfferCount.

1182 // Determine whether cache the current offer by type, and record OfferIndex and OfferCount.
1186 ASSERT (Private->OfferCount[OfferType] < PXEBC_OFFER_MAX_NUM);
1198 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum;
1199 Private->OfferCount[OfferType]++;
1200 } else if (Private->OfferCount[OfferType] > 0) {
1205 Private->OfferCount[OfferType] = 1;
1213 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum;
1214 Private->OfferCount[OfferType]++;
1244 if (Private->OfferCount[PxeOfferTypeDhcpPxe10] > 0) {
1250 } else if (Private->OfferCount[PxeOfferTypeDhcpWfm11a] > 0) {
1256 } else if (Private->OfferCount[PxeOfferTypeDhcpOnly] > 0 &&
1257 Private->OfferCount[PxeOfferTypeProxyPxe10] > 0) {
1264 } else if (Private->OfferCount[PxeOfferTypeDhcpOnly] > 0 &&
1265 Private->OfferCount[PxeOfferTypeProxyWfm11a] > 0) {
1272 } else if (Private->OfferCount[PxeOfferTypeDhcpBinl] > 0) {
1278 } else if (Private->OfferCount[PxeOfferTypeDhcpOnly] > 0 &&
1279 Private->OfferCount[PxeOfferTypeProxyBinl] > 0) {
1290 for (Index = 0; Index < Private->OfferCount[PxeOfferTypeDhcpOnly]; Index++) {
1388 ASSERT (Private->OfferCount[Private->SelectProxyType] > 0);
1394 for (Index = 0; Index < Private->OfferCount[Private->SelectProxyType]; Index++) {
1401 if (Index == Private->OfferCount[Private->SelectProxyType]) {
1988 // the OfferIndex and OfferCount.
2281 ZeroMem (Private->OfferCount, sizeof (Private->OfferCount));