restful_server sample
_mdns_probe_all_pcbs()
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
_mdns_probe_all_pcbs()
_mdns_probe_all_pcbs() function
Send probe on all active PCBs
Syntax
Show:
Summary
Declaration
from
mdns.c:2494
static
void
_mdns_probe_all_pcbs
(
mdns_srv_item_t
*
*
services
,
size_t
len
,
bool
probe_ip
,
bool
clear_old_probe
)
;
Arguments
Argument
services
len
probe_ip
clear_old_probe
Examples
References
from
examples
Code
Location
Referrer
static
void
_mdns_probe_all_pcbs
(
mdns_srv_item_t
*
*
services
,
size_t
len
,
bool
probe_ip
,
bool
clear_old_probe
)
mdns.c:2494
_mdns_probe_all_pcbs
(
services
,
srv_count
,
false
,
true
)
;
mdns.c:2604
_mdns_restart_all_pcbs_no_instance()
_mdns_probe_all_pcbs
(
NULL
,
0
,
true
,
true
)
;
mdns.c:2620
_mdns_restart_all_pcbs()
_mdns_probe_all_pcbs
(
services
,
srv_count
,
true
,
true
)
;
mdns.c:2631
_mdns_restart_all_pcbs()
_mdns_probe_all_pcbs
(
&
service
,
1
,
false
,
false
)
;
mdns.c:4076
mdns_parse_packet()
_mdns_probe_all_pcbs
(
&
item
,
1
,
false
,
false
)
;
mdns.c:6018
mdns_service_add_for_host()
_mdns_probe_all_pcbs
(
&
s
,
1
,
false
,
false
)
;
mdns.c:6652
mdns_service_instance_name_set_for_host()
Call Tree
from
examples
_mdns_probe_all_pcbs()
is called by 5 functions and calls 3 functions:
_mdns_restart_all_pcbs_no_instance()
_mdns_restart_all_pcbs()
mdns_parse_packet()
mdns_service_add_for_host()
mdns_service_instance_name_set_for_host()
All items filtered out
_mdns_probe_all_pcbs()
_mdns_init_pcb_probe()
mdns_is_netif_ready()
mdns_mem_free()
All items filtered out
Data Use
from
examples
_mdns_probe_all_pcbs()
reads 5 variables and writes 3 variables:
mdns_ip_protocol_t::MDNS_IP_PROTOCOL_MAX
_mdns_server
mdns_pcb_t::probe_services
mdns_server_s::
::pcbs
mdns_server_s::interfaces
All items filtered out
_mdns_probe_all_pcbs()
mdns_pcb_t::probe_services
mdns_pcb_t::probe_services_len
mdns_pcb_t::probe_running
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