Home | History | Annotate | Download | only in resolv

Lines Matching defs:qdcount

291 	int qdcount = ntohs(((const HEADER*)(const void *)buf)->qdcount);
293 while (qdcount-- > 0) {
328 int qdcount = ntohs(((const HEADER*)(const void *)buf1)->qdcount);
341 if (qdcount != ntohs(((const HEADER*)(const void *)buf2)->qdcount))
343 while (qdcount-- > 0) {