OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SelectProxyType
(Results
1 - 7
of
7
) sorted by null
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp4.c
898
Select an DHCPv4 offer, and record SelectIndex and
SelectProxyType
.
936
Private->
SelectProxyType
= PxeOfferTypeProxyPxe10;
944
Private->
SelectProxyType
= PxeOfferTypeProxyWfm11a;
958
Private->
SelectProxyType
= PxeOfferTypeProxyBinl;
[
all
...]
PxeBcDhcp6.c
[
all
...]
PxeBcImpl.h
202
//
SelectProxyType
: PXEBC_OFFER_TYPE_PROXY_BINL
218
UINT32
SelectProxyType
;
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDhcp4.c
486
Select an DHCPv4 or DHCP6 offer, and record SelectIndex and
SelectProxyType
.
497
Private->
SelectProxyType
= HttpOfferTypeMax;
553
Private->
SelectProxyType
= HttpOfferTypeProxyIpUri;
559
Private->
SelectProxyType
= HttpOfferTypeProxyIpUri;
565
Private->
SelectProxyType
= HttpOfferTypeProxyNameUri;
571
Private->
SelectProxyType
= HttpOfferTypeDhcpNameUri;
655
// and
SelectProxyType
.
HttpBootClient.c
180
ASSERT (Private->
SelectProxyType
!= HttpOfferTypeMax);
181
ProxyIndex = Private->OfferIndex[Private->
SelectProxyType
][0];
283
ASSERT (Private->
SelectProxyType
!= HttpOfferTypeMax);
284
ProxyIndex = Private->OfferIndex[Private->
SelectProxyType
][0];
[
all
...]
HttpBootDxe.h
220
//
SelectProxyType
: HttpOfferTypeProxyIpUri
236
UINT32
SelectProxyType
;
HttpBootImpl.c
353
Private->
SelectProxyType
= HttpOfferTypeMax;
Completed in 47 milliseconds