Searched refs:_mdns_probe_all_pcbs (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-2.7.6/components/mdns/ |
D | mdns.c | 1726 static void _mdns_probe_all_pcbs(mdns_srv_item_t ** services, size_t len, bool probe_ip, bool clear… in _mdns_probe_all_pcbs() function 1836 _mdns_probe_all_pcbs(services, srv_count, false, true); in _mdns_restart_all_pcbs_no_instance() 1859 _mdns_probe_all_pcbs(services, srv_count, true, true); in _mdns_restart_all_pcbs() 2911 _mdns_probe_all_pcbs(&service, 1, false, false); in mdns_parse_packet() 3853 _mdns_probe_all_pcbs(&action->data.srv_add.service, 1, false, false); in _mdns_execute_action() 3862 _mdns_probe_all_pcbs(&action->data.srv_instance.service, 1, false, false); in _mdns_execute_action()
|