Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp4.h20 #define HTTP_BOOT_DHCP4_PACKET_MAX_SIZE 1472 macro
181 …CHED_DHCP4_PACKET_MAX_SIZE (OFFSET_OF (EFI_DHCP4_PACKET, Dhcp4) + HTTP_BOOT_DHCP4_PACKET_MAX_SIZE)
DHttpBootDhcp4.c628 Value = HTONS (HTTP_BOOT_DHCP4_PACKET_MAX_SIZE); in HttpBootDhcp4CallBack()
636 if (Packet->Length > HTTP_BOOT_DHCP4_PACKET_MAX_SIZE) { in HttpBootDhcp4CallBack()