Home
last modified time | relevance | path

Searched refs:SelectOffer (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootClient.c152 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()
[all …]