restful_server sample
PCB_STATE_IS_PROBING
is only used within restful_server sample.
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
restful_server sample
PCB_STATE_IS_PROBING
PCB_STATE_IS_PROBING macro
Syntax
Show:
Summary
Declaration
from
mdns_private.h:159
#define
PCB_STATE_IS_PROBING
(
s
)
(
s
->
state
>
PCB_OFF
&&
s
->
state
<
PCB_ANNOUNCE_1
)
Arguments
Argument
s
Examples
References
from
examples
Code
Location
#define
PCB_STATE_IS_PROBING
(
s
)
(
s
->
state
>
PCB_OFF
&&
s
->
state
<
PCB_ANNOUNCE_1
)
mdns_private.h:159
if
(
PCB_STATE_IS_PROBING
(
pcb
)
)
{
mdns.c:2265
if
(
PCB_STATE_IS_PROBING
(
pcb
)
)
{
mdns.c:2327
if
(
PCB_STATE_IS_PROBING
(
_pcb
)
)
{
mdns.c:2456
if
(
PCB_STATE_IS_PROBING
(
_pcb
)
)
{
mdns.c:2799
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