Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp4.c415 OfferType = IsDnsOffer ? HttpOfferTypeDhcpNameUriDns : HttpOfferTypeDhcpNameUri; in HttpBootParseDhcp4Packet()
513 } else if (Private->OfferCount[HttpOfferTypeDhcpNameUriDns] > 0) { in HttpBootSelectDhcpOffer()
515 Private->SelectIndex = Private->OfferIndex[HttpOfferTypeDhcpNameUriDns][0] + 1; in HttpBootSelectDhcpOffer()
545 }else if (Private->OfferCount[HttpOfferTypeDhcpNameUriDns] > 0) { in HttpBootSelectDhcpOffer()
547 Private->SelectIndex = Private->OfferIndex[HttpOfferTypeDhcpNameUriDns][0] + 1; in HttpBootSelectDhcpOffer()
DHttpBootDhcp4.h68 HttpOfferTypeDhcpNameUriDns, enumerator
DHttpBootClient.c177 (SelectOffer->OfferType == HttpOfferTypeDhcpNameUriDns)) { in HttpBootDhcp4ExtractUriInfo()
197 if ((SelectOffer->OfferType == HttpOfferTypeDhcpNameUriDns) || in HttpBootDhcp4ExtractUriInfo()
280 (SelectOffer->OfferType == HttpOfferTypeDhcpNameUriDns)) { in HttpBootDhcp6ExtractUriInfo()
316 if ((SelectOffer->OfferType == HttpOfferTypeDhcpNameUriDns) || in HttpBootDhcp6ExtractUriInfo()
DHttpBootDhcp6.c308 OfferType = IsDnsOffer ? HttpOfferTypeDhcpNameUriDns : HttpOfferTypeDhcpNameUri; in HttpBootParseDhcp6Packet()