Searched refs:SelectIndex (Results 1 - 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
H A DHttpBootDhcp4.c486 Select an DHCPv4 or DHCP6 offer, and record SelectIndex and SelectProxyType.
496 Private->SelectIndex = 0;
507 Private->SelectIndex = Private->OfferIndex[HttpOfferTypeDhcpDns][0] + 1;
511 Private->SelectIndex = Private->OfferIndex[HttpOfferTypeDhcpIpUriDns][0] + 1;
515 Private->SelectIndex = Private->OfferIndex[HttpOfferTypeDhcpNameUriDns][0] + 1;
519 Private->SelectIndex = Private->OfferIndex[HttpOfferTypeDhcpOnly][0] + 1;
523 Private->SelectIndex = Private->OfferIndex[HttpOfferTypeDhcpIpUri][0] + 1;
539 Private->SelectIndex = Private->OfferIndex[HttpOfferTypeDhcpIpUri][0] + 1;
543 Private->SelectIndex = Private->OfferIndex[HttpOfferTypeDhcpIpUriDns][0] + 1;
547 Private->SelectIndex
[all...]
H A DHttpBootClient.c154 UINT32 SelectIndex; local
160 ASSERT (Private->SelectIndex != 0);
161 SelectIndex = Private->SelectIndex - 1;
162 ASSERT (SelectIndex < HTTP_BOOT_OFFER_MAX_NUM);
170 SelectOffer = &Private->OfferBuffer[SelectIndex].Dhcp4;
253 UINT32 SelectIndex; local
263 ASSERT (Private->SelectIndex != 0);
264 SelectIndex = Private->SelectIndex
[all...]
H A DHttpBootDhcp6.c464 // Select offer by the default policy or by order, and record the SelectIndex
469 if (Private->SelectIndex == 0) {
473 SelectAd = &Private->OfferBuffer[Private->SelectIndex - 1].Dhcp6.Packet.Offer;
971 Private->SelectIndex = 0;
H A DHttpBootDxe.h219 // SelectIndex: 5
221 // (SelectIndex is 1-based, and 0 means no one is selected.)
235 UINT32 SelectIndex; member in struct:_HTTP_BOOT_PRIVATE_DATA
H A DHttpBootImpl.c352 Private->SelectIndex = 0;
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp4.c898 Select an DHCPv4 offer, and record SelectIndex and SelectProxyType.
912 Private->SelectIndex = 0;
922 Private->SelectIndex = Private->OfferIndex[PxeOfferTypeDhcpPxe10][0] + 1;
928 Private->SelectIndex = Private->OfferIndex[PxeOfferTypeDhcpWfm11a][0] + 1;
935 Private->SelectIndex = Private->OfferIndex[PxeOfferTypeDhcpOnly][0] + 1;
943 Private->SelectIndex = Private->OfferIndex[PxeOfferTypeDhcpOnly][0] + 1;
950 Private->SelectIndex = Private->OfferIndex[PxeOfferTypeDhcpBinl][0] + 1;
957 Private->SelectIndex = Private->OfferIndex[PxeOfferTypeDhcpOnly][0] + 1;
967 Private->SelectIndex = OfferIndex + 1;
975 if (Private->SelectIndex
1037 UINT32 SelectIndex; local
[all...]
H A DPxeBcDhcp6.c1224 Select an DHCPv6 offer, and record SelectIndex and SelectProxyType.
1238 Private->SelectIndex = 0;
1248 Private->SelectIndex = Private->OfferIndex[PxeOfferTypeDhcpPxe10][0] + 1;
1254 Private->SelectIndex = Private->OfferIndex[PxeOfferTypeDhcpWfm11a][0] + 1;
1261 Private->SelectIndex = Private->OfferIndex[PxeOfferTypeDhcpOnly][0] + 1;
1269 Private->SelectIndex = Private->OfferIndex[PxeOfferTypeDhcpOnly][0] + 1;
1276 Private->SelectIndex = Private->OfferIndex[PxeOfferTypeDhcpBinl][0] + 1;
1283 Private->SelectIndex = Private->OfferIndex[PxeOfferTypeDhcpOnly][0] + 1;
1293 Private->SelectIndex = OfferIndex + 1;
1322 Private->SelectIndex
1349 UINT32 SelectIndex; local
[all...]
H A DPxeBcImpl.h201 // SelectIndex: 2
203 // (SelectIndex is 1-based, and 0 means no one is selected.)
217 UINT32 SelectIndex; member in struct:_PXEBC_PRIVATE_DATA

Completed in 24 milliseconds