Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Ddhcp.h91 #define DHCP_MIN_OPTIONS_LEN 68U macro
93 #if ((defined(DHCP_OPTIONS_LEN)) && (DHCP_OPTIONS_LEN < DHCP_MIN_OPTIONS_LEN))
99 # define DHCP_OPTIONS_LEN DHCP_MIN_OPTIONS_LEN
/external/syslinux/core/lwip/src/core/
Ddhcp.c1737 while ((dhcp->options_out_len < DHCP_MIN_OPTIONS_LEN) || (dhcp->options_out_len & 3)) { in dhcp_option_trailer()