HomeSort by relevance Sort by last modified time
    Searched refs:PXEBC_OFFER_MAX_NUM (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcImpl.h 77 #define PXEBC_OFFER_MAX_NUM 16
219 PXEBC_DHCP_PACKET_CACHE OfferBuffer[PXEBC_OFFER_MAX_NUM];
222 UINT32 OfferIndex[PxeOfferTypeMax][PXEBC_OFFER_MAX_NUM];
PxeBcDhcp4.c 685 ASSERT (OfferIndex < PXEBC_OFFER_MAX_NUM);
732 ASSERT (Index < PXEBC_OFFER_MAX_NUM);
824 ASSERT (Private->OfferNum < PXEBC_OFFER_MAX_NUM);
860 ASSERT (Private->OfferCount[OfferType] < PXEBC_OFFER_MAX_NUM);
    [all...]
PxeBcDhcp6.c 814 ASSERT (OfferIndex < PXEBC_OFFER_MAX_NUM);
1074 ASSERT (Index < PXEBC_OFFER_MAX_NUM);
    [all...]
PxeBcImpl.c 109 for (Index = 0; Index < PXEBC_OFFER_MAX_NUM; Index++) {
161 for (Index = 0; Index < PXEBC_OFFER_MAX_NUM; Index++) {
    [all...]

Completed in 41 milliseconds