restful_server sample
PCB_DUP
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_DUP
PCB_DUP value
Syntax
Show:
Summary
Declaration
from
mdns_private.h:170
PCB_DUP
;
Examples
References
from
examples
Code
Location
Referrer
PCB_OFF
,
PCB_DUP
,
PCB_INIT
,
mdns_private.h:170
if
(
_mdns_server
->
interfaces
[
tcpip_if
]
.
pcbs
[
MDNS_IP_PROTOCOL_V4
]
.
state
==
PCB_DUP
mdns.c:1259
_mdns_if_is_dup()
||
_mdns_server
->
interfaces
[
tcpip_if
]
.
pcbs
[
MDNS_IP_PROTOCOL_V6
]
.
state
==
PCB_DUP
mdns.c:1260
_mdns_if_is_dup()
||
_mdns_server
->
interfaces
[
other_if
]
.
pcbs
[
MDNS_IP_PROTOCOL_V4
]
.
state
==
PCB_DUP
mdns.c:1261
_mdns_if_is_dup()
||
_mdns_server
->
interfaces
[
other_if
]
.
pcbs
[
MDNS_IP_PROTOCOL_V6
]
.
state
==
PCB_DUP
mdns.c:1262
_mdns_if_is_dup()
if
(
!
mdns_is_netif_ready
(
tcpip_if
,
MDNS_IP_PROTOCOL_V4
)
&&
_mdns_server
->
interfaces
[
tcpip_if
]
.
pcbs
[
MDNS_IP_PROTOCOL_V4
]
.
state
!=
PCB_DUP
)
{
mdns.c:1418
_mdns_append_answer()
if
(
!
mdns_is_netif_ready
(
tcpip_if
,
MDNS_IP_PROTOCOL_V6
)
&&
_mdns_server
->
interfaces
[
tcpip_if
]
.
pcbs
[
MDNS_IP_PROTOCOL_V6
]
.
state
!=
PCB_DUP
)
{
mdns.c:1448
_mdns_append_answer()
_mdns_server
->
interfaces
[
tcpip_if
]
.
pcbs
[
i
]
.
state
=
PCB_DUP
;
mdns.c:3044
_mdns_dup_interface()
if
(
other_if
!=
MDNS_MAX_INTERFACES
&&
_mdns_server
->
interfaces
[
other_if
]
.
pcbs
[
ip_protocol
]
.
state
==
PCB_DUP
)
{
mdns.c:4378
_mdns_disable_pcb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
PCB_DUP
is read by 4 functions:
All items filtered out
PCB_DUP
_mdns_if_is_dup()
_mdns_append_answer()
_mdns_dup_interface()
_mdns_disable_pcb()
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