dns_req_entry::found is only used within LwIP.
 
Symbols
loading...
Files
loading...

dns_req_entry::found field

Syntax

References

LocationReferrerText
dns.c:245
dns_found_callback found;
dns.c:963dns_call_found()
if (dns_requests[i].found && (dns_requests[i].dns_table_idx == idx)) {
dns.c:964dns_call_found()
(*dns_requests[i].found)(dns_table[idx].name, addr, dns_requests[i].arg);
dns.c:966dns_call_found()
dns_requests[i].found = NULL;
dns.c:1400dns_enqueue()
if (dns_requests[r].found == 0) {
dns.c:1401dns_enqueue()
dns_requests[r].found = found;
dns.c:1450dns_enqueue()
if (dns_requests[r].found == NULL) {
dns.c:1474dns_enqueue()
req->found = found;
dns.c:1486dns_enqueue()
req->found = NULL;

Call Tree

Functions calling dns_req_entry::found
all items filtered out
dns_req_entry::found
Functions writing dns_req_entry::found
Functions reading dns_req_entry::found
all items filtered out
dns_req_entry::found
all items filtered out