Home
last modified time | relevance | path

Searched refs:OfferNum (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp4.c684 ASSERT (OfferIndex < Private->OfferNum); in PxeBcCopyProxyOffer()
824 ASSERT (Private->OfferNum < PXEBC_OFFER_MAX_NUM); in PxeBcCacheDhcp4Offer()
825 Cache4 = &Private->OfferBuffer[Private->OfferNum].Dhcp4; in PxeBcCacheDhcp4Offer()
854 Private->OfferIndex[OfferType][0] = Private->OfferNum; in PxeBcCacheDhcp4Offer()
871 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum; in PxeBcCacheDhcp4Offer()
877 Private->OfferIndex[OfferType][0] = Private->OfferNum; in PxeBcCacheDhcp4Offer()
886 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum; in PxeBcCacheDhcp4Offer()
891 Private->OfferNum++; in PxeBcCacheDhcp4Offer()
985 for (Index = 0; Index < Private->OfferNum; Index++) { in PxeBcSelectDhcp4Offer()
1097 for (Index = 0; Index < Private->OfferNum; Index++) { in PxeBcHandleDhcp4Offer()
[all …]
DPxeBcDhcp6.c813 ASSERT (OfferIndex < Private->OfferNum); in PxeBcCopyDhcp6Proxy()
1163 Cache6 = &Private->OfferBuffer[Private->OfferNum].Dhcp6; in PxeBcCacheDhcp6Offer()
1198 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum; in PxeBcCacheDhcp6Offer()
1204 Private->OfferIndex[OfferType][0] = Private->OfferNum; in PxeBcCacheDhcp6Offer()
1213 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum; in PxeBcCacheDhcp6Offer()
1217 Private->OfferNum++; in PxeBcCacheDhcp6Offer()
1302 for (Index = 0; Index < Private->OfferNum; Index++) { in PxeBcSelectDhcp6Offer()
1416 for (Index = 0; Index < Private->OfferNum; Index++) { in PxeBcHandleDhcp6Offer()
1985 if (Private->OfferNum < PXEBC_OFFER_MAX_NUM) { in PxeBcDhcp6CallBack()
2279 Private->OfferNum = 0; in PxeBcDhcp6Sarr()
DPxeBcImpl.h220 UINT32 OfferNum; member
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp4.c453 ASSERT (Private->OfferNum < HTTP_BOOT_OFFER_MAX_NUM); in HttpBootCacheDhcp4Offer()
454 Cache4 = &Private->OfferBuffer[Private->OfferNum].Dhcp4; in HttpBootCacheDhcp4Offer()
478 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum; in HttpBootCacheDhcp4Offer()
480 Private->OfferNum++; in HttpBootCacheDhcp4Offer()
642 if (Private->OfferNum < HTTP_BOOT_OFFER_MAX_NUM) { in HttpBootDhcp4CallBack()
849 Private->OfferNum = 0; in HttpBootDhcp4Dora()
DHttpBootDhcp6.c373 Cache6 = &Private->OfferBuffer[Private->OfferNum].Dhcp6; in HttpBootCacheDhcp6Offer()
397 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum; in HttpBootCacheDhcp6Offer()
399 Private->OfferNum++; in HttpBootCacheDhcp6Offer()
452 if (Private->OfferNum < HTTP_BOOT_OFFER_MAX_NUM) { in HttpBootDhcp6CallBack()
970 Private->OfferNum = 0; in HttpBootDhcp6Sarr()
DHttpBootDxe.h238 UINT32 OfferNum; member
DHttpBootImpl.c389 Private->OfferNum = 0; in HttpBootStop()