Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp4.c409 OfferType = HttpOfferTypeProxyIpUri; in HttpBootParseDhcp4Packet()
550 Private->OfferCount[HttpOfferTypeProxyIpUri] > 0) { in HttpBootSelectDhcpOffer()
553 Private->SelectProxyType = HttpOfferTypeProxyIpUri; in HttpBootSelectDhcpOffer()
556 Private->OfferCount[HttpOfferTypeProxyIpUri] > 0) { in HttpBootSelectDhcpOffer()
559 Private->SelectProxyType = HttpOfferTypeProxyIpUri; in HttpBootSelectDhcpOffer()
DHttpBootDhcp4.h86 HttpOfferTypeProxyIpUri, enumerator
DHttpBootDhcp6.c302 OfferType = HttpOfferTypeProxyIpUri; in HttpBootParseDhcp6Packet()