Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp4.c423 OfferType = IsDnsOffer ? HttpOfferTypeDhcpDns : HttpOfferTypeDhcpOnly; in HttpBootParseDhcp4Packet()
517 } else if (Private->OfferCount[HttpOfferTypeDhcpOnly] > 0) { in HttpBootSelectDhcpOffer()
519 Private->SelectIndex = Private->OfferIndex[HttpOfferTypeDhcpOnly][0] + 1; in HttpBootSelectDhcpOffer()
549 } else if (Private->OfferCount[HttpOfferTypeDhcpOnly] > 0 && in HttpBootSelectDhcpOffer()
552 Private->SelectIndex = Private->OfferIndex[HttpOfferTypeDhcpOnly][0] + 1; in HttpBootSelectDhcpOffer()
DHttpBootDhcp4.h76 HttpOfferTypeDhcpOnly, enumerator
DHttpBootDhcp6.c316 OfferType = IsDnsOffer ? HttpOfferTypeDhcpDns : HttpOfferTypeDhcpOnly; in HttpBootParseDhcp6Packet()