lwIP
DHCP_STATE_REBOOTING
is only used within lwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
DHCP_STATE_REBOOTING
DHCP_STATE_REBOOTING value
Syntax
Show:
Summary
Declaration
from
dhcp.h:103
DHCP_STATE_REBOOTING
=
3
;
Examples
References
from
examples
Code
Location
Referrer
DHCP_STATE_REBOOTING
=
3
,
dhcp.h:103
}
else
if
(
dhcp
->
state
==
DHCP_STATE_REBOOTING
)
{
dhcp.c:655
dhcp_timeout()
case
DHCP_STATE_REBOOTING
:
dhcp.c:1026
dhcp_network_changed_link_up()
dhcp_set_state
(
dhcp
,
DHCP_STATE_REBOOTING
)
;
dhcp.c:1358
dhcp_reboot()
LWIP_HOOK_DHCP_APPEND_OPTIONS
(
netif
,
dhcp
,
DHCP_STATE_REBOOTING
,
msg_out
,
DHCP_REQUEST
,
&
options_out_len
)
;
dhcp.c:1379
dhcp_reboot()
(
dhcp
->
state
==
DHCP_STATE_REBOOTING
)
)
{
dhcp.c:1919
dhcp_recv()
(
(
dhcp
->
state
==
DHCP_STATE_REBOOTING
)
||
(
dhcp
->
state
==
DHCP_STATE_REQUESTING
)
||
dhcp.c:1943
dhcp_recv()
if
(
(
message_type
!=
DHCP_REQUEST
)
||
(
dhcp
->
state
==
DHCP_STATE_REBOOTING
)
)
{
dhcp.c:2002
dhcp_create_msg()
(
state
==
DHCP_STATE_REBOOTING
||
state
==
DHCP_STATE_REBINDING
||
lwip_default_hooks.c:202
dhcp_parse_extra_opts()
state
==
DHCP_STATE_REBOOTING
||
state
==
DHCP_STATE_OFF
||
lwip_default_hooks.c:242
dhcp_append_extra_opts()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
DHCP_STATE_REBOOTING
is read by 7 functions:
All items filtered out
DHCP_STATE_REBOOTING
dhcp_timeout()
dhcp_network_changed_link_up()
dhcp_reboot()
dhcp_recv()
dhcp_create_msg()
dhcp_parse_extra_opts()
dhcp_append_extra_opts()
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