Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Ddns.c1244 u16_t nquestions, nanswers; in dns_recv() local
1268 nquestions = lwip_htons(hdr.numquestions); in dns_recv()
1276 if (nquestions != 1) { in dns_recv()