Searched refs:HttpOfferTypeDhcpOnly (Results 1 – 3 of 3) sorted by relevance
423 OfferType = IsDnsOffer ? HttpOfferTypeDhcpDns : HttpOfferTypeDhcpOnly; in HttpBootParseDhcp4Packet()517 } else if (Private->OfferCount[HttpOfferTypeDhcpOnly] > 0) { in HttpBootSelectDhcpOffer()519 Private->SelectIndex = Private->OfferIndex[HttpOfferTypeDhcpOnly][0] + 1; in HttpBootSelectDhcpOffer()549 } else if (Private->OfferCount[HttpOfferTypeDhcpOnly] > 0 && in HttpBootSelectDhcpOffer()552 Private->SelectIndex = Private->OfferIndex[HttpOfferTypeDhcpOnly][0] + 1; in HttpBootSelectDhcpOffer()
76 HttpOfferTypeDhcpOnly, enumerator
316 OfferType = IsDnsOffer ? HttpOfferTypeDhcpDns : HttpOfferTypeDhcpOnly; in HttpBootParseDhcp6Packet()