Home
last modified time | relevance | path

Searched refs:DNS_STATE_DONE (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/core/lwip/src/core/
Ddns.c123 #define DNS_STATE_DONE 3 macro
474 if ((dns_table[i].state == DNS_STATE_DONE) && in dns_lookup()
700 case DNS_STATE_DONE: { in dns_check_entry()
775 pEntry->state = DNS_STATE_DONE; in dns_recv()
881 if (pEntry->state == DNS_STATE_DONE) { in dns_enqueue()
891 if ((lseqi >= DNS_TABLE_SIZE) || (dns_table[lseqi].state != DNS_STATE_DONE)) { in dns_enqueue()