Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:qdcount

1105     int qdcount, ancount, nscount, arcount;
1115 qdcount = EXTRACT_16BITS(data + 4);
1138 name_trn_id, opcode, nm_flags, rcode, qdcount, ancount, nscount,
1145 if (qdcount > 100 || total > 100) {
1150 if (qdcount) {
1152 for (i = 0; i < qdcount; i++) {