Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp4.c262 BOOLEAN IsHttpOffer; in HttpBootParseDhcp4Packet() local
274 IsHttpOffer = FALSE; in HttpBootParseDhcp4Packet()
337 IsHttpOffer = TRUE; in HttpBootParseDhcp4Packet()
377 if (IsHttpOffer && Options[HTTP_BOOT_DHCP4_TAG_INDEX_BOOTFILE] == NULL) { in HttpBootParseDhcp4Packet()
384 if (IsHttpOffer) { in HttpBootParseDhcp4Packet()
406 if (IsHttpOffer) { in HttpBootParseDhcp4Packet()
DHttpBootDhcp6.c189 BOOLEAN IsHttpOffer; in HttpBootParseDhcp6Packet() local
199 IsHttpOffer = FALSE; in HttpBootParseDhcp6Packet()
256 IsHttpOffer = TRUE; in HttpBootParseDhcp6Packet()
270 if (IsHttpOffer && Options[HTTP_BOOT_DHCP6_IDX_BOOT_FILE_URL] == NULL) { in HttpBootParseDhcp6Packet()
277 if (IsHttpOffer) { in HttpBootParseDhcp6Packet()
299 if (IsHttpOffer) { in HttpBootParseDhcp6Packet()