Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp4.h114 HttpOfferTypeDhcpOnly, enumerator
DHttpBootDhcp4.c409 OfferType = IsDnsOffer ? HttpOfferTypeDhcpDns : HttpOfferTypeDhcpOnly; in HttpBootParseDhcp4Packet()
493 } else if (Private->OfferCount[HttpOfferTypeDhcpOnly] > 0 && in HttpBootSelectDhcpOffer()
496 Private->SelectIndex = Private->OfferIndex[HttpOfferTypeDhcpOnly][0] + 1; in HttpBootSelectDhcpOffer()
DHttpBootDhcp6.c312 OfferType = IsDnsOffer ? HttpOfferTypeDhcpDns : HttpOfferTypeDhcpOnly; in HttpBootParseDhcp6Packet()