Searched refs:probe_services (Results 1 – 3 of 3) sorted by relevance
221 free(_pcb->probe_services);225 _pcb->probe_services = NULL;
1826 if (pcb->probe_services) { in _mdns_init_pcb_probe_new_service()1828 _services[len+i] = pcb->probe_services[i]; in _mdns_init_pcb_probe_new_service()1830 free(pcb->probe_services); in _mdns_init_pcb_probe_new_service()1837 pcb->probe_services = NULL; in _mdns_init_pcb_probe_new_service()1848 pcb->probe_services = _services; in _mdns_init_pcb_probe_new_service()1881 if (pcb->probe_services[i] == services[j]) { in _mdns_init_pcb_probe()1993 free(_pcb->probe_services); in _mdns_probe_all_pcbs()1994 _pcb->probe_services = NULL; in _mdns_probe_all_pcbs()2279 mdns_srv_item_t * s = _pcb->probe_services[i]; in _mdns_remove_scheduled_service_packets()2288 _pcb->probe_services[n-1] = _pcb->probe_services[n]; in _mdns_remove_scheduled_service_packets()[all …]
347 mdns_srv_item_t ** probe_services; member