restful_server sample
mdns_pcb_t::probe_running
is only used within restful_server sample.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
restful_server sample
mdns_pcb_t::probe_running
mdns_pcb_t::probe_running field
Syntax
Show:
Summary
Declaration
from
mdns_private.h:350
uint8_t
probe_running
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
probe_running
;
mdns_private.h:350
pcb
->
probe_running
=
false
;
mdns.c:2293
_mdns_init_pcb_probe_new_service()
pcb
->
probe_running
=
true
;
mdns.c:2304
_mdns_init_pcb_probe_new_service()
_pcb
->
probe_running
=
false
;
mdns.c:2505
_mdns_probe_all_pcbs()
_pcb
->
probe_running
=
false
;
mdns.c:2820
_mdns_remove_scheduled_service_packets()
_pcb
->
probe_running
=
false
;
mdns.c:3023
mdns_pcb_deinit_local()
if
(
_mdns_server
->
interfaces
[
packet
->
tcpip_if
]
.
pcbs
[
packet
->
ip_protocol
]
.
probe_running
)
{
mdns.c:4068
mdns_parse_packet()
if
(
col
&&
!
_mdns_server
->
interfaces
[
packet
->
tcpip_if
]
.
pcbs
[
packet
->
ip_protocol
]
.
probe_running
&&
service
)
{
mdns.c:4163
mdns_parse_packet()
}
else
if
(
ttl
>
(
MDNS_ANSWER_TXT_TTL
/
2
)
&&
!
col
&&
!
parsed_packet
->
authoritative
&&
!
parsed_packet
->
probe
&&
!
parsed_packet
->
questions
&&
!
_mdns_server
->
interfaces
[
packet
->
tcpip_if
]
.
pcbs
[
packet
->
ip_protocol
]
.
probe_running
)
{
mdns.c:4166
mdns_parse_packet()
if
(
_mdns_server
->
interfaces
[
packet
->
tcpip_if
]
.
pcbs
[
packet
->
ip_protocol
]
.
probe_running
)
{
mdns.c:4207
mdns_parse_packet()
}
else
if
(
ttl
>
60
&&
!
col
&&
!
parsed_packet
->
authoritative
&&
!
parsed_packet
->
probe
&&
!
parsed_packet
->
questions
&&
!
_mdns_server
->
interfaces
[
packet
->
tcpip_if
]
.
pcbs
[
packet
->
ip_protocol
]
.
probe_running
)
{
mdns.c:4222
mdns_parse_packet()
if
(
_mdns_server
->
interfaces
[
packet
->
tcpip_if
]
.
pcbs
[
packet
->
ip_protocol
]
.
probe_running
)
{
mdns.c:4264
mdns_parse_packet()
}
else
if
(
ttl
>
60
&&
!
col
&&
!
parsed_packet
->
authoritative
&&
!
parsed_packet
->
probe
&&
!
parsed_packet
->
questions
&&
!
_mdns_server
->
interfaces
[
packet
->
tcpip_if
]
.
pcbs
[
packet
->
ip_protocol
]
.
probe_running
)
{
mdns.c:4279
mdns_parse_packet()
pcb
->
probe_running
=
false
;
mdns.c:5127
_mdns_tx_handle_packet()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mdns_pcb_t::probe_running
is written by 5 functions and is read by 1 function:
_mdns_init_pcb_probe_new_service()
_mdns_probe_all_pcbs()
_mdns_remove_scheduled_service_packets()
mdns_pcb_deinit_local()
_mdns_tx_handle_packet()
All items filtered out
mdns_pcb_t::probe_running
mdns_parse_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