Searched refs:DHCP_MAX_MSG_LEN (Results 1 – 1 of 1) sorted by relevance
/third_party/lwip/src/core/ipv4/ |
D | dhcp.c | 113 #define DHCP_MAX_MSG_LEN(netif) (netif->mtu) macro 393 options_out_len = dhcp_option_short(options_out_len, msg_out->options, DHCP_MAX_MSG_LEN(netif)); in dhcp_select() 908 options_out_len = dhcp_option_short(options_out_len, msg_out->options, DHCP_MAX_MSG_LEN(netif)); 1074 options_out_len = dhcp_option_short(options_out_len, msg_out->options, DHCP_MAX_MSG_LEN(netif)); 1234 options_out_len = dhcp_option_short(options_out_len, msg_out->options, DHCP_MAX_MSG_LEN(netif)); 1289 options_out_len = dhcp_option_short(options_out_len, msg_out->options, DHCP_MAX_MSG_LEN(netif));
|