Searched refs:HttpOfferTypeDhcpIpUriDns (Results 1 – 4 of 4) sorted by relevance
411 OfferType = IsDnsOffer ? HttpOfferTypeDhcpIpUriDns : HttpOfferTypeDhcpIpUri; in HttpBootParseDhcp4Packet()509 } else if (Private->OfferCount[HttpOfferTypeDhcpIpUriDns] > 0) { in HttpBootSelectDhcpOffer()511 Private->SelectIndex = Private->OfferIndex[HttpOfferTypeDhcpIpUriDns][0] + 1; in HttpBootSelectDhcpOffer()541 } else if (Private->OfferCount[HttpOfferTypeDhcpIpUriDns] > 0) { in HttpBootSelectDhcpOffer()543 Private->SelectIndex = Private->OfferIndex[HttpOfferTypeDhcpIpUriDns][0] + 1; in HttpBootSelectDhcpOffer()
64 HttpOfferTypeDhcpIpUriDns, enumerator
176 (SelectOffer->OfferType == HttpOfferTypeDhcpIpUriDns) || in HttpBootDhcp4ExtractUriInfo()199 (SelectOffer->OfferType == HttpOfferTypeDhcpIpUriDns)) { in HttpBootDhcp4ExtractUriInfo()279 (SelectOffer->OfferType == HttpOfferTypeDhcpIpUriDns) || in HttpBootDhcp6ExtractUriInfo()318 (SelectOffer->OfferType == HttpOfferTypeDhcpIpUriDns)) { in HttpBootDhcp6ExtractUriInfo()
304 OfferType = IsDnsOffer ? HttpOfferTypeDhcpIpUriDns : HttpOfferTypeDhcpIpUri; in HttpBootParseDhcp6Packet()