Home
last modified time | relevance | path

Searched refs:PxeOfferTypeProxyPxe10 (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp6.h53 (Type) == PxeOfferTypeProxyPxe10 || \
DPxeBcDhcp4.h81 PxeOfferTypeProxyPxe10, enumerator
DPxeBcDhcp4.c597 OfferType = IsProxyOffer ? PxeOfferTypeProxyPxe10 : PxeOfferTypeDhcpPxe10; in PxeBcParseDhcp4Packet()
783 if (Cache4->OfferType != PxeOfferTypeProxyPxe10 && in PxeBcRetryBinlOffer()
931 Private->OfferCount[PxeOfferTypeProxyPxe10] > 0) { in PxeBcSelectDhcp4Offer()
936 Private->SelectProxyType = PxeOfferTypeProxyPxe10; in PxeBcSelectDhcp4Offer()
DPxeBcBoot.c92 if (OfferType != PxeOfferTypeProxyPxe10 && OfferType != PxeOfferTypeDhcpPxe10) { in PxeBcSelectBootPrompt()
304 ASSERT (OfferType == PxeOfferTypeProxyPxe10 || OfferType == PxeOfferTypeDhcpPxe10); in PxeBcSelectBootMenu()
DPxeBcDhcp6.c1122 if (Cache6->OfferType != PxeOfferTypeProxyPxe10 && in PxeBcRetryDhcp6Binl()
1257 Private->OfferCount[PxeOfferTypeProxyPxe10] > 0) { in PxeBcSelectDhcp6Offer()
1262 Private->SelectProxyType = PxeOfferTypeProxyPxe10; in PxeBcSelectDhcp6Offer()