• Home
  • Raw
  • Download

Lines Matching refs:SelectOffer

152   HTTP_BOOT_DHCP4_PACKET_CACHE    *SelectOffer;  in HttpBootDhcp4ExtractUriInfo()  local
170 SelectOffer = &Private->OfferBuffer[SelectIndex].Dhcp4; in HttpBootDhcp4ExtractUriInfo()
175 if ((SelectOffer->OfferType == HttpOfferTypeDhcpIpUri) || in HttpBootDhcp4ExtractUriInfo()
176 (SelectOffer->OfferType == HttpOfferTypeDhcpIpUriDns) || in HttpBootDhcp4ExtractUriInfo()
177 (SelectOffer->OfferType == HttpOfferTypeDhcpNameUriDns)) { in HttpBootDhcp4ExtractUriInfo()
178 HttpOffer = SelectOffer; in HttpBootDhcp4ExtractUriInfo()
197 if ((SelectOffer->OfferType == HttpOfferTypeDhcpNameUriDns) || in HttpBootDhcp4ExtractUriInfo()
198 (SelectOffer->OfferType == HttpOfferTypeDhcpDns) || in HttpBootDhcp4ExtractUriInfo()
199 (SelectOffer->OfferType == HttpOfferTypeDhcpIpUriDns)) { in HttpBootDhcp4ExtractUriInfo()
200 Option = SelectOffer->OptList[HTTP_BOOT_DHCP4_TAG_INDEX_DNS_SERVER]; in HttpBootDhcp4ExtractUriInfo()
251 HTTP_BOOT_DHCP6_PACKET_CACHE *SelectOffer; in HttpBootDhcp6ExtractUriInfo() local
273 SelectOffer = &Private->OfferBuffer[SelectIndex].Dhcp6; in HttpBootDhcp6ExtractUriInfo()
278 if ((SelectOffer->OfferType == HttpOfferTypeDhcpIpUri) || in HttpBootDhcp6ExtractUriInfo()
279 (SelectOffer->OfferType == HttpOfferTypeDhcpIpUriDns) || in HttpBootDhcp6ExtractUriInfo()
280 (SelectOffer->OfferType == HttpOfferTypeDhcpNameUriDns)) { in HttpBootDhcp6ExtractUriInfo()
281 HttpOffer = SelectOffer; in HttpBootDhcp6ExtractUriInfo()
316 if ((SelectOffer->OfferType == HttpOfferTypeDhcpNameUriDns) || in HttpBootDhcp6ExtractUriInfo()
317 (SelectOffer->OfferType == HttpOfferTypeDhcpDns) || in HttpBootDhcp6ExtractUriInfo()
318 (SelectOffer->OfferType == HttpOfferTypeDhcpIpUriDns)) { in HttpBootDhcp6ExtractUriInfo()
319 Option = SelectOffer->OptList[HTTP_BOOT_DHCP6_IDX_DNS_SERVER]; in HttpBootDhcp6ExtractUriInfo()