Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp4.c411 OfferType = IsDnsOffer ? HttpOfferTypeDhcpIpUriDns : HttpOfferTypeDhcpIpUri; in HttpBootParseDhcp4Packet()
521 } else if (Private->OfferCount[HttpOfferTypeDhcpIpUri] > 0) { in HttpBootSelectDhcpOffer()
523 Private->SelectIndex = Private->OfferIndex[HttpOfferTypeDhcpIpUri][0] + 1; in HttpBootSelectDhcpOffer()
537 if (Private->OfferCount[HttpOfferTypeDhcpIpUri] > 0) { in HttpBootSelectDhcpOffer()
539 Private->SelectIndex = Private->OfferIndex[HttpOfferTypeDhcpIpUri][0] + 1; in HttpBootSelectDhcpOffer()
DHttpBootDhcp4.h60 HttpOfferTypeDhcpIpUri, enumerator
DHttpBootClient.c175 if ((SelectOffer->OfferType == HttpOfferTypeDhcpIpUri) || in HttpBootDhcp4ExtractUriInfo()
278 if ((SelectOffer->OfferType == HttpOfferTypeDhcpIpUri) || in HttpBootDhcp6ExtractUriInfo()
DHttpBootDhcp6.c304 OfferType = IsDnsOffer ? HttpOfferTypeDhcpIpUriDns : HttpOfferTypeDhcpIpUri; in HttpBootParseDhcp6Packet()