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

dns_check_entry() function

dns_check_entry() - see if entry has not yet been queried and, if so, sends out a query. Check an entry in the dns_table: - send out query for new entries - retry old pending entries on timeout (also with different servers) - remove completed entries from the table if their TTL has expired

Syntax

static void dns_check_entry(u8_t i);

Arguments

i

index of the dns_table entry to check

References

LocationReferrerText
dns.c:1047
dns_check_entry(u8_t i)
dns.c:1129dns_check_entries()
dns_check_entry(i);
dns.c:1263dns_recv()
dns_check_entry(i);
dns.c:1499dns_enqueue()
dns_check_entry(i);

Call Tree

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