X-Git-Url: http://git.etherboot.org/people/andreif/gpxe.git/blobdiff_plain/9c264faa0c69abf9d83bd66cba40f32f297eae24..af303db75d467e1268806303766db02150d101d6:/src/include/gpxe/dhcp.h diff --git a/src/include/gpxe/dhcp.h b/src/include/gpxe/dhcp.h index 43bccf18..18baa86a 100644 --- a/src/include/gpxe/dhcp.h +++ b/src/include/gpxe/dhcp.h @@ -432,6 +432,13 @@ struct dhcphdr { /** Opcode for a reply from server to client */ #define BOOTP_REPLY 2 +/** BOOTP reply must be broadcast + * + * Clients that cannot accept unicast BOOTP replies must set this + * flag. + */ +#define BOOTP_FL_BROADCAST 0x8000 + /** DHCP magic cookie */ #define DHCP_MAGIC_COOKIE 0x63825363UL