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

  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsDhcp.h 44 UINT32 *ServerCount;
52 UINT32 *ServerCount;
DnsDhcp.c 94 UINT32 ServerCount;
99 ServerCount = 0;
134 ServerCount = OptionList[Index]->Length/4;
135 ServerList = AllocatePool (ServerCount * sizeof (EFI_IPv4_ADDRESS));
140 for(Count=0; Count < ServerCount; Count++){
144 *(DnsServerInfor->ServerCount) = ServerCount;
185 UINT32 ServerCount;
191 ServerCount = 0;
227 ServerCount = OptionList[Index]->OpLen/16;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcDhcp.c 664 ASSERT (Private->ServerCount[OfferType] < PXEBC_MAX_OFFER_NUM);
665 Private->OfferIndex[OfferType][Private->ServerCount[OfferType]] = Private->NumOffers;
666 Private->ServerCount[OfferType]++;
748 if (Private->ServerCount[DHCP4_PACKET_TYPE_PXE10] > 0) {
754 } else if (Private->ServerCount[DHCP4_PACKET_TYPE_WFM11A] > 0) {
761 (Private->ServerCount[DHCP4_PACKET_TYPE_DHCP_ONLY] > 0)
770 (Private->ServerCount[DHCP4_PACKET_TYPE_DHCP_ONLY] > 0)
778 } else if (Private->ServerCount[DHCP4_PACKET_TYPE_BINL] > 0) {
785 (Private->ServerCount[DHCP4_PACKET_TYPE_DHCP_ONLY] > 0)
797 for (Index = 0; Index < Private->ServerCount[DHCP4_PACKET_TYPE_DHCP_ONLY]; Index++) {
    [all...]
PxeBcImpl.h 125 // ServerCount records the count of the servers we got the offers,
126 // OfferIndex records the index of the offer sent by the server indexed by ServerCount.
128 UINT32 ServerCount[DHCP4_PACKET_TYPE_MAX];
PxeBcImpl.c 639 ZeroMem (Private->ServerCount, sizeof (Private->ServerCount));
    [all...]

Completed in 92 milliseconds