lwIP
DHCP_MAX_MSG_LEN
is only used within lwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
DHCP_MAX_MSG_LEN
DHCP_MAX_MSG_LEN macro
DHCP_OPTION_MAX_MSG_SIZE is set to the MTU
Syntax
Show:
Summary
Declaration
from
dhcp.c:168
#define
DHCP_MAX_MSG_LEN
(
netif
)
(
netif
->
mtu
)
Arguments
Argument
netif
Examples
References
from
examples
Code
Location
#define
DHCP_MAX_MSG_LEN
(
netif
)
(
netif
->
mtu
)
dhcp.c:168
options_out_len
=
dhcp_option_short
(
options_out_len
,
msg_out
->
options
,
DHCP_MAX_MSG_LEN
(
netif
)
)
;
dhcp.c:490
options_out_len
=
dhcp_option_short
(
options_out_len
,
msg_out
->
options
,
DHCP_MAX_MSG_LEN
(
netif
)
)
;
dhcp.c:992
options_out_len
=
dhcp_option_short
(
options_out_len
,
msg_out
->
options
,
DHCP_MAX_MSG_LEN
(
netif
)
)
;
dhcp.c:1122
options_out_len
=
dhcp_option_short
(
options_out_len
,
msg_out
->
options
,
DHCP_MAX_MSG_LEN
(
netif
)
)
;
dhcp.c:1254
options_out_len
=
dhcp_option_short
(
options_out_len
,
msg_out
->
options
,
DHCP_MAX_MSG_LEN
(
netif
)
)
;
dhcp.c:1310
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out