Home
last modified time | relevance | path

Searched refs:dns_requests (Results 1 - 1 of 1) sorted by relevance

/third_party/lwip/src/core/
H A Ddns.c305 static struct dns_req_entry dns_requests[DNS_MAX_REQUESTS]; variable
1056 if (dns_requests[i].found && (dns_requests[i].dns_table_idx == idx)) { in dns_call_found()
1057 (*dns_requests[i].found)(dns_table[idx].name, addr, dns_requests[i].arg); in dns_call_found()
1059 dns_requests[i].found = NULL; in dns_call_found()
1063 if (dns_requests[idx].found) { in dns_call_found()
1064 (*dns_requests[idx].found)(dns_table[idx].name, addr, dns_requests[idx].arg); in dns_call_found()
1066 dns_requests[id in dns_call_found()
[all...]

Completed in 2 milliseconds