Home
last modified time | relevance | path

Searched refs:PxeOfferTypeDhcpPxe10 (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp4.h78 PxeOfferTypeDhcpPxe10, enumerator
DPxeBcBoot.c92 if (OfferType != PxeOfferTypeProxyPxe10 && OfferType != PxeOfferTypeDhcpPxe10) { in PxeBcSelectBootPrompt()
304 ASSERT (OfferType == PxeOfferTypeProxyPxe10 || OfferType == PxeOfferTypeDhcpPxe10); in PxeBcSelectBootMenu()
DPxeBcDhcp4.c597 OfferType = IsProxyOffer ? PxeOfferTypeProxyPxe10 : PxeOfferTypeDhcpPxe10; in PxeBcParseDhcp4Packet()
918 if (Private->OfferCount[PxeOfferTypeDhcpPxe10] > 0) { in PxeBcSelectDhcp4Offer()
922 Private->SelectIndex = Private->OfferIndex[PxeOfferTypeDhcpPxe10][0] + 1; in PxeBcSelectDhcp4Offer()
DPxeBcDhcp6.c1244 if (Private->OfferCount[PxeOfferTypeDhcpPxe10] > 0) { in PxeBcSelectDhcp6Offer()
1248 Private->SelectIndex = Private->OfferIndex[PxeOfferTypeDhcpPxe10][0] + 1; in PxeBcSelectDhcp6Offer()