Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Ddns.c303 static u8_t dns_seqno; variable
1537 u8_t age = (u8_t)(dns_seqno - entry->seqno); in dns_enqueue()
1583 entry->seqno = dns_seqno; in dns_enqueue()
1608 dns_seqno++; in dns_enqueue()
/third_party/lwip/
DCHANGELOG1013 * dns.c: patch #8480 Fix handling of dns_seqno wraparound