Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Ddns.c1491 u8_t lseq, lseqi; in dns_enqueue() local
1528 lseqi = DNS_TABLE_SIZE; in dns_enqueue()
1540 lseqi = i; in dns_enqueue()
1547 if ((lseqi >= DNS_TABLE_SIZE) || (dns_table[lseqi].state != DNS_STATE_DONE)) { in dns_enqueue()
1553 i = lseqi; in dns_enqueue()