Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:qdcount

563 	register int qdcount, ancount, nscount, arcount;
570 qdcount = EXTRACT_16BITS(&np->qdcount);
586 if (qdcount != 1)
587 printf(" [%dq]", qdcount);
590 while (qdcount--) {
591 if (qdcount < EXTRACT_16BITS(&np->qdcount) - 1)
655 if (qdcount)
656 printf(" [%dq]", qdcount);
663 if (qdcount != 1)
664 printf(" [%dq]", qdcount);
672 if (qdcount--) {
676 while (cp < snapend && qdcount--) {
684 if (qdcount > 0)