dns_requests is only used within LwIP.
 
Symbols
loading...
Files
loading...

dns_requests variable

Syntax

static struct dns_req_entry dns_requests[DNS_MAX_REQUESTS];

References

LocationReferrerText
dns.c:300
static struct dns_req_entry dns_requests[DNS_MAX_REQUESTS];
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:1402dns_enqueue()
dns_requests[r].arg = callback_arg;
dns.c:1403dns_enqueue()
dns_requests[r].dns_table_idx = i;
dns.c:1450dns_enqueue()
if (dns_requests[r].found == NULL) {
dns.c:1451dns_enqueue()
req = &dns_requests[r];

Data Use

Functions reading dns_requests
dns_requests
all items filtered out
Type of dns_requests
dns_requests
all items filtered out