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
425 if (dns_table[i].state == DNS_STATE_DONE) { in dns_tmr_tick()
652 if ((dns_table[i].state == DNS_STATE_DONE) && in dns_lookup()
1196 case DNS_STATE_DONE: in dns_check_entry()
1234 entry->state = DNS_STATE_DONE; in dns_correct_response()
1253 if (entry->state == DNS_STATE_DONE) { in dns_correct_response()
1536 if (entry->state == DNS_STATE_DONE) { in dns_enqueue()
1547 if ((lseqi >= DNS_TABLE_SIZE) || (dns_table[lseqi].state != DNS_STATE_DONE)) { in dns_enqueue()