Searched refs:OfferCount (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp4.c754 Cache all the received DHCPv4 offers, and set OfferIndex and OfferCount.
787 // Determine whether cache the current offer by type, and record OfferIndex and OfferCount.
796 if (Private->OfferCount[OfferType] == 0) {
798 Private->OfferCount[OfferType] = 1;
803 ASSERT (Private->OfferCount[OfferType] < PXEBC_OFFER_MAX_NUM);
814 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum;
815 Private->OfferCount[OfferType]++;
816 } else if (Private->OfferCount[OfferType] > 0) {
821 Private->OfferCount[OfferType] = 1;
829 Private->OfferIndex[OfferType][Private->OfferCount[OfferTyp
[all...]
H A DPxeBcDhcp6.c915 Cache all the received DHCPv6 offers, and set OfferIndex and OfferCount.
947 // Determine whether cache the current offer by type, and record OfferIndex and OfferCount.
951 ASSERT (Private->OfferCount[OfferType] < PXEBC_OFFER_MAX_NUM);
963 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum;
964 Private->OfferCount[OfferType]++;
965 } else if (Private->OfferCount[OfferType] > 0) {
970 Private->OfferCount[OfferType] = 1;
978 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum;
979 Private->OfferCount[OfferType]++;
1007 if (Private->OfferCount[PxeOfferTypeDhcpPxe1
[all...]
H A DPxeBcImpl.h181 // OfferIndex records the index of DhcpOffer[] buffer, and OfferCount records the num of each type of offer.
198 // OfferCount: [ 2(n), 1(n), 0(n), 1(n), 1(1), 0(1), 3(n), 1(1)]
211 UINT32 OfferCount[PxeOfferTypeMax]; member in struct:_PXEBC_PRIVATE_DATA

Completed in 47 milliseconds