Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp4.c411 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()
DHttpBootDhcp4.h64 HttpOfferTypeDhcpIpUriDns, enumerator
DHttpBootClient.c176 (SelectOffer->OfferType == HttpOfferTypeDhcpIpUriDns) || in HttpBootDhcp4ExtractUriInfo()
199 (SelectOffer->OfferType == HttpOfferTypeDhcpIpUriDns)) { in HttpBootDhcp4ExtractUriInfo()
279 (SelectOffer->OfferType == HttpOfferTypeDhcpIpUriDns) || in HttpBootDhcp6ExtractUriInfo()
318 (SelectOffer->OfferType == HttpOfferTypeDhcpIpUriDns)) { in HttpBootDhcp6ExtractUriInfo()
DHttpBootDhcp6.c304 OfferType = IsDnsOffer ? HttpOfferTypeDhcpIpUriDns : HttpOfferTypeDhcpIpUri; in HttpBootParseDhcp6Packet()