restful_server sample
mdns_pcb_t::failed_probes
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
mdns_pcb_t::failed_probes
mdns_pcb_t::failed_probes field
Syntax
Show:
Summary
Declaration
from
mdns_private.h:351
uint16_t
failed_probes
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
failed_probes
;
mdns_private.h:351
_mdns_schedule_tx_packet
(
packet
,
(
(
pcb
->
failed_probes
>
5
)
?
1000
:
120
)
+
(
esp_random
(
)
&
0x7F
)
)
;
mdns.c:2305
_mdns_init_pcb_probe_new_service()
_pcb
->
failed_probes
=
0
;
mdns.c:3024
mdns_pcb_deinit_local()
_mdns_server
->
interfaces
[
packet
->
tcpip_if
]
.
pcbs
[
packet
->
ip_protocol
]
.
failed_probes
++
;
mdns.c:4069
mdns_parse_packet()
_mdns_server
->
interfaces
[
packet
->
tcpip_if
]
.
pcbs
[
packet
->
ip_protocol
]
.
failed_probes
++
;
mdns.c:4209
mdns_parse_packet()
_mdns_server
->
interfaces
[
packet
->
tcpip_if
]
.
pcbs
[
packet
->
ip_protocol
]
.
failed_probes
++
;
mdns.c:4266
mdns_parse_packet()
_mdns_server
->
interfaces
[
tcpip_if
]
.
pcbs
[
ip_protocol
]
.
failed_probes
=
0
;
mdns.c:4360
_mdns_enable_pcb()
pcb
->
failed_probes
=
0
;
mdns.c:5130
_mdns_tx_handle_packet()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mdns_pcb_t::failed_probes
is written by 4 functions and is read by 2 functions:
mdns_pcb_deinit_local()
mdns_parse_packet()
_mdns_enable_pcb()
_mdns_tx_handle_packet()
All items filtered out
mdns_pcb_t::failed_probes
_mdns_init_pcb_probe_new_service()
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