Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp4.h90 HttpOfferTypeDhcpNameUri, enumerator
DHttpBootDhcp4.c415 OfferType = IsDnsOffer ? HttpOfferTypeDhcpNameUriDns : HttpOfferTypeDhcpNameUri; in HttpBootParseDhcp4Packet()
568 Private->OfferCount[HttpOfferTypeDhcpNameUri] > 0) { in HttpBootSelectDhcpOffer()
571 Private->SelectProxyType = HttpOfferTypeDhcpNameUri; in HttpBootSelectDhcpOffer()
DHttpBootDhcp6.c308 OfferType = IsDnsOffer ? HttpOfferTypeDhcpNameUriDns : HttpOfferTypeDhcpNameUri; in HttpBootParseDhcp6Packet()