restful_server sample
PCB_RUNNING
is only used within restful_server sample.
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
restful_server sample
PCB_RUNNING
PCB_RUNNING value
Syntax
Show:
Summary
Declaration
from
mdns_private.h:173
PCB_RUNNING
;
Examples
References
from
examples
Code
Location
Referrer
PCB_RUNNING
mdns_private.h:173
pcb
->
state
=
PCB_RUNNING
;
mdns.c:2323
_mdns_init_pcb_probe()
if
(
mdns_is_netif_ready
(
i
,
j
)
&&
_mdns_server
->
interfaces
[
i
]
.
pcbs
[
j
]
.
state
==
PCB_RUNNING
)
{
mdns.c:2391
_mdns_send_bye()
}
else
if
(
PCB_STATE_IS_ANNOUNCING
(
_pcb
)
)
{
mdns.c:2458
_mdns_announce_pcb()
}
else
if
(
_pcb
->
state
==
PCB_RUNNING
)
{
mdns.c:2476
_mdns_announce_pcb()
_pcb
->
state
=
PCB_RUNNING
;
mdns.c:2821
_mdns_remove_scheduled_service_packets()
}
else
if
(
PCB_STATE_IS_ANNOUNCING
(
_pcb
)
)
{
mdns.c:2846
_mdns_remove_scheduled_service_packets()
_pcb
->
state
=
PCB_RUNNING
;
mdns.c:2849
_mdns_remove_scheduled_service_packets()
pcb
->
state
=
PCB_RUNNING
;
mdns.c:5144
_mdns_tx_handle_packet()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
PCB_RUNNING
is read by 5 functions:
All items filtered out
PCB_RUNNING
_mdns_init_pcb_probe()
_mdns_send_bye()
_mdns_announce_pcb()
_mdns_remove_scheduled_service_packets()
_mdns_tx_handle_packet()
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