DHCP_MAX_MSG_LEN is only used within LwIP.
 
Symbols
loading...
Files
loading...

DHCP_MAX_MSG_LEN macro

DHCP_OPTION_MAX_MSG_SIZE is set to the MTU

Syntax

#define DHCP_MAX_MSG_LEN(netif) (netif->mtu)

Arguments

netif

References

LocationText
dhcp.c:113
#define DHCP_MAX_MSG_LEN(netif) (netif->mtu)
dhcp.c:387
options_out_len = dhcp_option_short(options_out_len, msg_out->options, DHCP_MAX_MSG_LEN(netif));
dhcp.c:835
options_out_len = dhcp_option_short(options_out_len, msg_out->options, DHCP_MAX_MSG_LEN(netif));
dhcp.c:1001
options_out_len = dhcp_option_short(options_out_len, msg_out->options, DHCP_MAX_MSG_LEN(netif));
dhcp.c:1168
options_out_len = dhcp_option_short(options_out_len, msg_out->options, DHCP_MAX_MSG_LEN(netif));
dhcp.c:1223
options_out_len = dhcp_option_short(options_out_len, msg_out->options, DHCP_MAX_MSG_LEN(netif));