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

/seL4-camkes-master/projects/lwip/src/core/
H A Ddns.c299 static struct dns_table_entry dns_table[DNS_TABLE_SIZE]; variable in typeref:struct:dns_table_entry
598 * was not found in the cached dns_table.
618 if ((dns_table[i].state == DNS_STATE_DONE) &&
619 (lwip_strnicmp(name, dns_table[i].name, sizeof(dns_table[i].name)) == 0) &&
620 LWIP_DNS_ADDRTYPE_MATCH_IP(dns_addrtype, dns_table[i].ipaddr)) {
622 ip_addr_debug_print_val(DNS_DEBUG, dns_table[i].ipaddr);
625 ip_addr_copy(*addr, dns_table[i].ipaddr);
636 * to make sure an answer from the DNS server matches the current dns_table
645 * @param query hostname (not encoded) from the dns_table
[all...]

Completed in 31 milliseconds