Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/prot/
Ddhcp.h80 #define DHCP_MIN_OPTIONS_LEN 68U macro
82 #if ((defined(DHCP_OPTIONS_LEN)) && (DHCP_OPTIONS_LEN < DHCP_MIN_OPTIONS_LEN))
88 # define DHCP_OPTIONS_LEN DHCP_MIN_OPTIONS_LEN
/third_party/lwip/src/core/ipv4/
Ddhcp.c1966 while (((options_out_len < DHCP_MIN_OPTIONS_LEN) || (options_out_len & 3)) && in dhcp_option_trailer()