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

  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp4.c 860 Select an DHCPv4 offer, and record SelectIndex and SelectProxyType.
898 Private->SelectProxyType = PxeOfferTypeProxyPxe10;
906 Private->SelectProxyType = PxeOfferTypeProxyWfm11a;
920 Private->SelectProxyType = PxeOfferTypeProxyBinl;
1029 ASSERT (Private->SelectProxyType < PxeOfferTypeMax);
    [all...]
PxeBcDhcp6.c 986 Select an DHCPv6 offer, and record SelectIndex and SelectProxyType.
1024 Private->SelectProxyType = PxeOfferTypeProxyPxe10;
1032 Private->SelectProxyType = PxeOfferTypeProxyWfm11a;
1046 Private->SelectProxyType = PxeOfferTypeProxyBinl;
    [all...]
PxeBcImpl.h 198 // SelectProxyType: PXEBC_OFFER_TYPE_PROXY_BINL
214 UINT32 SelectProxyType;
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDhcp4.c 464 Select an DHCPv4 or DHCP6 offer, and record SelectIndex and SelectProxyType.
475 Private->SelectProxyType = HttpOfferTypeMax;
497 Private->SelectProxyType = HttpOfferTypeProxyIpUri;
503 Private->SelectProxyType = HttpOfferTypeProxyIpUri;
509 Private->SelectProxyType = HttpOfferTypeProxyNameUri;
515 Private->SelectProxyType = HttpOfferTypeDhcpNameUri;
591 // and SelectProxyType.
HttpBootDxe.h 165 // SelectProxyType: HttpOfferTypeProxyIpUri
181 UINT32 SelectProxyType;
HttpBootClient.c 173 ASSERT (Private->SelectProxyType != HttpOfferTypeMax);
174 ProxyIndex = Private->OfferIndex[Private->SelectProxyType][0];
265 ASSERT (Private->SelectProxyType != HttpOfferTypeMax);
266 ProxyIndex = Private->OfferIndex[Private->SelectProxyType][0];
    [all...]
HttpBootImpl.c 277 Private->SelectProxyType = HttpOfferTypeMax;

Completed in 135 milliseconds