Searched refs:HttpOfferTypeDhcpDns (Results 1 – 4 of 4) sorted by relevance
423 OfferType = IsDnsOffer ? HttpOfferTypeDhcpDns : HttpOfferTypeDhcpOnly; in HttpBootParseDhcp4Packet()505 if (Private->OfferCount[HttpOfferTypeDhcpDns] > 0) { in HttpBootSelectDhcpOffer()507 Private->SelectIndex = Private->OfferIndex[HttpOfferTypeDhcpDns][0] + 1; in HttpBootSelectDhcpOffer()555 } else if (Private->OfferCount[HttpOfferTypeDhcpDns] > 0 && in HttpBootSelectDhcpOffer()558 Private->SelectIndex = Private->OfferIndex[HttpOfferTypeDhcpDns][0] + 1; in HttpBootSelectDhcpOffer()561 } else if (Private->OfferCount[HttpOfferTypeDhcpDns] > 0 && in HttpBootSelectDhcpOffer()564 Private->SelectIndex = Private->OfferIndex[HttpOfferTypeDhcpDns][0] + 1; in HttpBootSelectDhcpOffer()567 } else if (Private->OfferCount[HttpOfferTypeDhcpDns] > 0 && in HttpBootSelectDhcpOffer()570 Private->SelectIndex = Private->OfferIndex[HttpOfferTypeDhcpDns][0] + 1; in HttpBootSelectDhcpOffer()
72 HttpOfferTypeDhcpDns, enumerator
198 (SelectOffer->OfferType == HttpOfferTypeDhcpDns) || in HttpBootDhcp4ExtractUriInfo()317 (SelectOffer->OfferType == HttpOfferTypeDhcpDns) || in HttpBootDhcp6ExtractUriInfo()
316 OfferType = IsDnsOffer ? HttpOfferTypeDhcpDns : HttpOfferTypeDhcpOnly; in HttpBootParseDhcp6Packet()