Searched defs:qdcount (Results 1 - 5 of 5) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dgetcertsbyname.c211 int qdcount, ancount, rdlength; local
253 qdcount = ntohs(hp->qdcount);
257 if (qdcount != 1) {
/external/tcpdump/
H A Dprint-domain.c563 register int qdcount, ancount, nscount, arcount; local
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);
[all...]
H A Dprint-smb.c1094 int qdcount, ancount, nscount, arcount; local
1105 qdcount = EXTRACT_16BITS(data + 4);
1151 name_trn_id, opcode, nm_flags, rcode, qdcount, ancount, nscount,
1158 if (qdcount > 100 || total > 100) {
1163 if (qdcount) {
1165 for (i = 0; i < qdcount; i++) {
H A Dnameser.h231 u_int16_t qdcount; /* number of question entries */ member in struct:__anon11384
/external/dnsmasq/src/
H A Dnameser.h314 unsigned qdcount :16; /* number of question entries */ member in struct:__anon4538

Completed in 69 milliseconds