Searched refs:DHCP_OPTION_MAX_MSG_SIZE (Results 1 – 2 of 2) sorted by relevance
/third_party/lwip/src/include/lwip/prot/ |
D | dhcp.h | 157 #define DHCP_OPTION_MAX_MSG_SIZE 57 /* RFC 2132 9.10, message size accepted >= 576 */ macro
|
/third_party/lwip/src/core/ipv4/ |
D | dhcp.c | 392 …options_out_len = dhcp_option(options_out_len, msg_out->options, DHCP_OPTION_MAX_MSG_SIZE, DHCP_OP… in dhcp_select() 907 …options_out_len = dhcp_option(options_out_len, msg_out->options, DHCP_OPTION_MAX_MSG_SIZE, DHCP_OP… 1073 …options_out_len = dhcp_option(options_out_len, msg_out->options, DHCP_OPTION_MAX_MSG_SIZE, DHCP_OP… 1233 …options_out_len = dhcp_option(options_out_len, msg_out->options, DHCP_OPTION_MAX_MSG_SIZE, DHCP_OP… 1288 …options_out_len = dhcp_option(options_out_len, msg_out->options, DHCP_OPTION_MAX_MSG_SIZE, DHCP_OP… 1342 …options_out_len = dhcp_option(options_out_len, msg_out->options, DHCP_OPTION_MAX_MSG_SIZE, DHCP_OP…
|