Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Ddns.c221 DNS_STATE_DONE = 3 enumerator
627 if ((dns_table[i].state == DNS_STATE_DONE) && in dns_lookup()
1169 case DNS_STATE_DONE: in dns_check_entry()
1207 entry->state = DNS_STATE_DONE; in dns_correct_response()
1226 if (entry->state == DNS_STATE_DONE) { in dns_correct_response()
1509 if (entry->state == DNS_STATE_DONE) { in dns_enqueue()
1520 if ((lseqi >= DNS_TABLE_SIZE) || (dns_table[lseqi].state != DNS_STATE_DONE)) { in dns_enqueue()