Searched refs:DHCP_OPTION_MAX_MSG_SIZE (Results 1 – 2 of 2) sorted by relevance
/reactos/drivers/network/tcpip/lwip/src/include/lwip/prot/ |
H A D | dhcp.h | 157 #define DHCP_OPTION_MAX_MSG_SIZE 57 /* RFC 2132 9.10, message size accepted >= 576 */ macro
|
/reactos/drivers/network/tcpip/lwip/src/core/ipv4/ |
H A D | dhcp.c | 466 …options_out_len = dhcp_option(options_out_len, msg_out->options, DHCP_OPTION_MAX_MSG_SIZE, DHCP_OP… in dhcp_select() 914 …options_out_len = dhcp_option(options_out_len, msg_out->options, DHCP_OPTION_MAX_MSG_SIZE, DHCP_OP… in dhcp_inform() 1044 …options_out_len = dhcp_option(options_out_len, msg_out->options, DHCP_OPTION_MAX_MSG_SIZE, DHCP_OP… in dhcp_discover() 1174 …options_out_len = dhcp_option(options_out_len, msg_out->options, DHCP_OPTION_MAX_MSG_SIZE, DHCP_OP… in dhcp_renew() 1229 …options_out_len = dhcp_option(options_out_len, msg_out->options, DHCP_OPTION_MAX_MSG_SIZE, DHCP_OP… in dhcp_rebind() 1283 …options_out_len = dhcp_option(options_out_len, msg_out->options, DHCP_OPTION_MAX_MSG_SIZE, DHCP_OP… in dhcp_reboot()
|