Home
last modified time | relevance | path

Searched refs:IsDnsOffer (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp4.c263 BOOLEAN IsDnsOffer; in HttpBootParseDhcp4Packet() local
271 IsDnsOffer = FALSE; in HttpBootParseDhcp4Packet()
345 IsDnsOffer = TRUE; in HttpBootParseDhcp4Packet()
411 OfferType = IsDnsOffer ? HttpOfferTypeDhcpIpUriDns : HttpOfferTypeDhcpIpUri; in HttpBootParseDhcp4Packet()
415 OfferType = IsDnsOffer ? HttpOfferTypeDhcpNameUriDns : HttpOfferTypeDhcpNameUri; in HttpBootParseDhcp4Packet()
423 OfferType = IsDnsOffer ? HttpOfferTypeDhcpDns : HttpOfferTypeDhcpOnly; in HttpBootParseDhcp4Packet()
DHttpBootDhcp6.c190 BOOLEAN IsDnsOffer; in HttpBootParseDhcp6Packet() local
196 IsDnsOffer = FALSE; in HttpBootParseDhcp6Packet()
264 IsDnsOffer = TRUE; in HttpBootParseDhcp6Packet()
304 OfferType = IsDnsOffer ? HttpOfferTypeDhcpIpUriDns : HttpOfferTypeDhcpIpUri; in HttpBootParseDhcp6Packet()
308 OfferType = IsDnsOffer ? HttpOfferTypeDhcpNameUriDns : HttpOfferTypeDhcpNameUri; in HttpBootParseDhcp6Packet()
316 OfferType = IsDnsOffer ? HttpOfferTypeDhcpDns : HttpOfferTypeDhcpOnly; in HttpBootParseDhcp6Packet()