Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp6.h75 (Type) == PxeOfferTypeProxyPxe10 || \
DPxeBcDhcp4.h121 PxeOfferTypeProxyPxe10, enumerator
DPxeBcDhcp4.c587 OfferType = IsProxyOffer ? PxeOfferTypeProxyPxe10 : PxeOfferTypeDhcpPxe10; in PxeBcParseDhcp4Packet()
754 if (Cache4->OfferType != PxeOfferTypeProxyPxe10 && in PxeBcRetryBinlOffer()
893 Private->OfferCount[PxeOfferTypeProxyPxe10] > 0) { in PxeBcSelectDhcp4Offer()
898 Private->SelectProxyType = PxeOfferTypeProxyPxe10; in PxeBcSelectDhcp4Offer()
DPxeBcBoot.c91 if (OfferType != PxeOfferTypeProxyPxe10 && OfferType != PxeOfferTypeDhcpPxe10) { in PxeBcSelectBootPrompt()
303 ASSERT (OfferType == PxeOfferTypeProxyPxe10 || OfferType == PxeOfferTypeDhcpPxe10); in PxeBcSelectBootMenu()
DPxeBcDhcp6.c892 if (Cache6->OfferType != PxeOfferTypeProxyPxe10 && in PxeBcRetryDhcp6Binl()
1019 Private->OfferCount[PxeOfferTypeProxyPxe10] > 0) { in PxeBcSelectDhcp6Offer()
1024 Private->SelectProxyType = PxeOfferTypeProxyPxe10; in PxeBcSelectDhcp6Offer()