Home
last modified time | relevance | path

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

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