Searched refs:PxeOfferTypeDhcpPxe10 (Results 1 – 4 of 4) sorted by relevance
78 PxeOfferTypeDhcpPxe10, enumerator
92 if (OfferType != PxeOfferTypeProxyPxe10 && OfferType != PxeOfferTypeDhcpPxe10) { in PxeBcSelectBootPrompt()304 ASSERT (OfferType == PxeOfferTypeProxyPxe10 || OfferType == PxeOfferTypeDhcpPxe10); in PxeBcSelectBootMenu()
597 OfferType = IsProxyOffer ? PxeOfferTypeProxyPxe10 : PxeOfferTypeDhcpPxe10; in PxeBcParseDhcp4Packet()918 if (Private->OfferCount[PxeOfferTypeDhcpPxe10] > 0) { in PxeBcSelectDhcp4Offer()922 Private->SelectIndex = Private->OfferIndex[PxeOfferTypeDhcpPxe10][0] + 1; in PxeBcSelectDhcp4Offer()
1244 if (Private->OfferCount[PxeOfferTypeDhcpPxe10] > 0) { in PxeBcSelectDhcp6Offer()1248 Private->SelectIndex = Private->OfferIndex[PxeOfferTypeDhcpPxe10][0] + 1; in PxeBcSelectDhcp6Offer()