Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp4.c436 ASSERT (Private->OfferNum < HTTP_BOOT_OFFER_MAX_NUM); in HttpBootCacheDhcp4Offer()
437 Cache4 = &Private->OfferBuffer[Private->OfferNum].Dhcp4; in HttpBootCacheDhcp4Offer()
458 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum; in HttpBootCacheDhcp4Offer()
460 Private->OfferNum++; in HttpBootCacheDhcp4Offer()
579 if (Private->OfferNum < HTTP_BOOT_OFFER_MAX_NUM) { in HttpBootDhcp4CallBack()
785 Private->OfferNum = 0; in HttpBootDhcp4Dora()
DHttpBootDhcp6.c358 Cache6 = &Private->OfferBuffer[Private->OfferNum].Dhcp6; in HttpBootCacheDhcp6Offer()
379 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum; in HttpBootCacheDhcp6Offer()
381 Private->OfferNum++; in HttpBootCacheDhcp6Offer()
428 if (Private->OfferNum < HTTP_BOOT_OFFER_MAX_NUM) { in HttpBootDhcp6CallBack()
943 Private->OfferNum = 0; in HttpBootDhcp6Sarr()
DHttpBootDxe.h183 UINT32 OfferNum; member
DHttpBootImpl.c306 Private->OfferNum = 0; in HttpBootStop()
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp4.c661 ASSERT (OfferIndex < Private->OfferNum); in PxeBcCopyProxyOffer()
791 ASSERT (Private->OfferNum < PXEBC_OFFER_MAX_NUM); in PxeBcCacheDhcp4Offer()
792 Cache4 = &Private->OfferBuffer[Private->OfferNum].Dhcp4; in PxeBcCacheDhcp4Offer()
818 Private->OfferIndex[OfferType][0] = Private->OfferNum; in PxeBcCacheDhcp4Offer()
835 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum; in PxeBcCacheDhcp4Offer()
841 Private->OfferIndex[OfferType][0] = Private->OfferNum; in PxeBcCacheDhcp4Offer()
850 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum; in PxeBcCacheDhcp4Offer()
855 Private->OfferNum++; in PxeBcCacheDhcp4Offer()
947 for (Index = 0; Index < Private->OfferNum; Index++) { in PxeBcSelectDhcp4Offer()
1058 for (Index = 0; Index < Private->OfferNum; Index++) { in PxeBcHandleDhcp4Offer()
[all …]
DPxeBcDhcp6.c589 ASSERT (OfferIndex < Private->OfferNum); in PxeBcCopyDhcp6Proxy()
930 Cache6 = &Private->OfferBuffer[Private->OfferNum].Dhcp6; in PxeBcCacheDhcp6Offer()
962 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum; in PxeBcCacheDhcp6Offer()
968 Private->OfferIndex[OfferType][0] = Private->OfferNum; in PxeBcCacheDhcp6Offer()
977 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum; in PxeBcCacheDhcp6Offer()
981 Private->OfferNum++; in PxeBcCacheDhcp6Offer()
1064 for (Index = 0; Index < Private->OfferNum; Index++) { in PxeBcSelectDhcp6Offer()
1165 for (Index = 0; Index < Private->OfferNum; Index++) { in PxeBcHandleDhcp6Offer()
1720 if (Private->OfferNum < PXEBC_OFFER_MAX_NUM) { in PxeBcDhcp6CallBack()
2003 Private->OfferNum = 0; in PxeBcDhcp6Sarr()
DPxeBcImpl.h216 UINT32 OfferNum; member