dns_call_found() is only used within LwIP.
 
Symbols
loading...
Files
loading...

dns_call_found() function

dns_call_found() - call the found callback and check if there are duplicate entries for the given hostname. If there are any, their found callback will be called and they will be removed.

Syntax

static void dns_call_found(u8_t idx,     ip_addr_t *addr);
Implemented in dns.c:941

Arguments

idx

dns table index of the entry that is resolved or removed

addr

IP address for the hostname (or NULL on error or memory shortage)

References

LocationReferrerText
dns.c:942
dns_call_found(u8_t idx, ip_addr_t *addr)
dns.c:287
static void dns_call_found(u8_t idx, ip_addr_t *addr);
dns.c:770dns_send()
dns_call_found(idx, NULL);
dns.c:1085dns_check_entry()
dns_call_found(i, NULL);
dns.c:1152dns_correct_response()
dns_call_found(idx, &entry->ipaddr);
dns.c:1352dns_recv()
dns_call_found(i, NULL);

Call Tree

Functions calling dns_call_found()
Functions called by dns_call_found()
dns_call_found()
all items filtered out
Type of dns_call_found()
dns_call_found()
all items filtered out