Searched refs:IsDnsOffer (Results 1 – 2 of 2) sorted by relevance
263 BOOLEAN IsDnsOffer; in HttpBootParseDhcp4Packet() local271 IsDnsOffer = FALSE; in HttpBootParseDhcp4Packet()345 IsDnsOffer = TRUE; in HttpBootParseDhcp4Packet()411 OfferType = IsDnsOffer ? HttpOfferTypeDhcpIpUriDns : HttpOfferTypeDhcpIpUri; in HttpBootParseDhcp4Packet()415 OfferType = IsDnsOffer ? HttpOfferTypeDhcpNameUriDns : HttpOfferTypeDhcpNameUri; in HttpBootParseDhcp4Packet()423 OfferType = IsDnsOffer ? HttpOfferTypeDhcpDns : HttpOfferTypeDhcpOnly; in HttpBootParseDhcp4Packet()
190 BOOLEAN IsDnsOffer; in HttpBootParseDhcp6Packet() local196 IsDnsOffer = FALSE; in HttpBootParseDhcp6Packet()264 IsDnsOffer = TRUE; in HttpBootParseDhcp6Packet()304 OfferType = IsDnsOffer ? HttpOfferTypeDhcpIpUriDns : HttpOfferTypeDhcpIpUri; in HttpBootParseDhcp6Packet()308 OfferType = IsDnsOffer ? HttpOfferTypeDhcpNameUriDns : HttpOfferTypeDhcpNameUri; in HttpBootParseDhcp6Packet()316 OfferType = IsDnsOffer ? HttpOfferTypeDhcpDns : HttpOfferTypeDhcpOnly; in HttpBootParseDhcp6Packet()