Searched refs:HttpOfferTypeDhcpDns (Results 1 – 4 of 4) sorted by relevance
409 OfferType = IsDnsOffer ? HttpOfferTypeDhcpDns : HttpOfferTypeDhcpOnly; in HttpBootParseDhcp4Packet()499 } else if (Private->OfferCount[HttpOfferTypeDhcpDns] > 0 && in HttpBootSelectDhcpOffer()502 Private->SelectIndex = Private->OfferIndex[HttpOfferTypeDhcpDns][0] + 1; in HttpBootSelectDhcpOffer()505 } else if (Private->OfferCount[HttpOfferTypeDhcpDns] > 0 && in HttpBootSelectDhcpOffer()508 Private->SelectIndex = Private->OfferIndex[HttpOfferTypeDhcpDns][0] + 1; in HttpBootSelectDhcpOffer()511 } else if (Private->OfferCount[HttpOfferTypeDhcpDns] > 0 && in HttpBootSelectDhcpOffer()514 Private->SelectIndex = Private->OfferIndex[HttpOfferTypeDhcpDns][0] + 1; in HttpBootSelectDhcpOffer()
110 HttpOfferTypeDhcpDns, enumerator
181 …r->OfferType == HttpOfferTypeDhcpNameUriDns) || (SelectOffer->OfferType == HttpOfferTypeDhcpDns)) { in HttpBootDhcp4ExtractUriInfo()281 …r->OfferType == HttpOfferTypeDhcpNameUriDns) || (SelectOffer->OfferType == HttpOfferTypeDhcpDns)) { in HttpBootDhcp6ExtractUriInfo()
312 OfferType = IsDnsOffer ? HttpOfferTypeDhcpDns : HttpOfferTypeDhcpOnly; in HttpBootParseDhcp6Packet()