Home
last modified time | relevance | path

Searched refs:probe_services (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-2.7.6/components/mdns/
Dmdns_networking.c214 free(_pcb->probe_services);
218 _pcb->probe_services = NULL;
Dmdns.c1566 if (pcb->probe_services) { in _mdns_init_pcb_probe_new_service()
1568 _services[len+i] = pcb->probe_services[i]; in _mdns_init_pcb_probe_new_service()
1570 free(pcb->probe_services); in _mdns_init_pcb_probe_new_service()
1577 pcb->probe_services = NULL; in _mdns_init_pcb_probe_new_service()
1588 pcb->probe_services = _services; in _mdns_init_pcb_probe_new_service()
1621 if (pcb->probe_services[i] == services[j]) { in _mdns_init_pcb_probe()
1734 free(_pcb->probe_services); in _mdns_probe_all_pcbs()
1735 _pcb->probe_services = NULL; in _mdns_probe_all_pcbs()
2007 mdns_srv_item_t * s = _pcb->probe_services[i]; in _mdns_remove_scheduled_service_packets()
2016 _pcb->probe_services[n-1] = _pcb->probe_services[n]; in _mdns_remove_scheduled_service_packets()
[all …]
/hal_espressif-2.7.6/components/mdns/private_include/
Dmdns_private.h335 mdns_srv_item_t ** probe_services; member