Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
H A Ddns.c304 static struct dns_table_entry dns_table[DNS_TABLE_SIZE]; variable
420 if ((dns_table[i].state == DNS_STATE_NEW) || in dns_tmr_tick()
421 (dns_table[i].state == DNS_STATE_ASKING)) { in dns_tmr_tick()
425 if (dns_table[i].state == DNS_STATE_DONE) { in dns_tmr_tick()
426 val = dns_table[i].ttl; in dns_tmr_tick()
632 * was not found in the cached dns_table.
652 if ((dns_table[i].state == DNS_STATE_DONE) && in dns_lookup()
653 (lwip_strnicmp(name, dns_table[i].name, sizeof(dns_table[i].name)) == 0) && in dns_lookup()
654 LWIP_DNS_ADDRTYPE_MATCH_IP(dns_addrtype, dns_table[ in dns_lookup()
[all...]

Completed in 1 milliseconds