restful_server sample
PCB_OFF
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_OFF
PCB_OFF value
Syntax
Show:
Summary
Declaration
from
mdns_private.h:170
PCB_OFF
;
Examples
References
from
examples
Code
Location
Referrer
PCB_OFF
,
PCB_DUP
,
PCB_INIT
,
mdns_private.h:170
if
(
PCB_STATE_IS_PROBING
(
pcb
)
)
{
mdns.c:2265
_mdns_init_pcb_probe_new_service()
if
(
PCB_STATE_IS_PROBING
(
pcb
)
)
{
mdns.c:2327
_mdns_init_pcb_probe()
if
(
PCB_STATE_IS_PROBING
(
_pcb
)
)
{
mdns.c:2456
_mdns_announce_pcb()
if
(
PCB_STATE_IS_PROBING
(
_pcb
)
)
{
mdns.c:2799
_mdns_remove_scheduled_service_packets()
_pcb
->
state
=
PCB_OFF
;
mdns.c:3019
mdns_pcb_deinit_local()
_mdns_server
->
interfaces
[
other_if
]
.
pcbs
[
ip_protocol
]
.
state
=
PCB_OFF
;
mdns.c:4379
_mdns_disable_pcb()
_mdns_server
->
interfaces
[
tcpip_if
]
.
pcbs
[
ip_protocol
]
.
state
=
PCB_OFF
;
mdns.c:4383
_mdns_disable_pcb()
if
(
pcb
->
state
==
PCB_OFF
)
{
mdns.c:5103
_mdns_tx_handle_packet()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
PCB_OFF
is read by 7 functions:
All items filtered out
PCB_OFF
_mdns_init_pcb_probe_new_service()
_mdns_init_pcb_probe()
_mdns_announce_pcb()
_mdns_remove_scheduled_service_packets()
mdns_pcb_deinit_local()
_mdns_disable_pcb()
_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