Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/net/
Ddhcpopts.c198 if ( new_len > DHCP_MAX_LEN ) { in resize_dhcp_option()
223 if ( new_encapsulator_len > DHCP_MAX_LEN ) { in resize_dhcp_option()
/external/syslinux/gpxe/src/include/gpxe/
Ddhcp.h496 #define DHCP_MAX_LEN 0xff macro