Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/mdns/
Dmdns.c3042 mdns_search_once_t * search_result = NULL; in mdns_parse_packet() local
3218search_result = _mdns_search_find_from(_mdns_server->search_once, name, type, packet->tcpip_if, pa… in mdns_parse_packet()
3225 if (search_result) { in mdns_parse_packet()
3226 … _mdns_search_result_add_ptr(search_result, name->host, name->service, name->proto, in mdns_parse_packet()
3243 if (search_result && search_result->type == MDNS_TYPE_PTR) { in mdns_parse_packet()
3244 result = search_result->result; in mdns_parse_packet()
3254 … result = _mdns_search_result_add_ptr(search_result, name->host, name->service, name->proto, in mdns_parse_packet()
3269 if (search_result) { in mdns_parse_packet()
3270 if (search_result->type == MDNS_TYPE_PTR) { in mdns_parse_packet()
3276 …_mdns_search_result_add_srv(search_result, name->host, port, packet->tcpip_if, packet->ip_protocol… in mdns_parse_packet()
[all …]