HomeSort by relevance Sort by last modified time
    Searched defs:qdcount (Results 1 - 18 of 18) sorted by null

  /external/bcc/examples/networking/dns_matching/
dns_matching.c 27 uint16_t qdcount; member in struct:dns_hdr_t
  /external/ipsec-tools/src/racoon/
getcertsbyname.c 211 int qdcount, ancount, rdlength; local
253 qdcount = ntohs(hp->qdcount);
257 if (qdcount != 1) {
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getnetbydns.c 125 int type, class, buflen, ancount, qdcount, haveanswer, i, nchar; local
149 qdcount = ntohs(hp->qdcount); /* #/entries in the question section */
153 if (!qdcount) {
160 while (qdcount-- > 0)
res_send.c 255 int qdcount = ntohs(((HEADER*)buf)->qdcount); local
257 while (qdcount-- > 0) {
297 int qdcount = ntohs(((HEADER*)buf1)->qdcount); local
310 if (qdcount != ntohs(((HEADER*)buf2)->qdcount))
312 while (qdcount-- > 0) {
gethostbydns.c 205 int type, class, buflen, ancount, qdcount; local
232 qdcount = ntohs(hp->qdcount);
237 if (qdcount != 1) {
res_debug.c 222 int qdcount, ancount, nscount, arcount; local
235 qdcount = ns_msg_count(handle, ns_s_qd);
270 p_section(ns_s_qd, (int)opcode), qdcount);
289 if (qdcount == 0 && ancount == 0 &&
getaddrinfo.c 1081 int type, class, ancount, qdcount; local
1110 qdcount = ntohs(hp->qdcount);
1114 if (qdcount != 1) {
    [all...]
  /external/tcpdump/
print-domain.c 581 register int qdcount, ancount, nscount, arcount; local
588 qdcount = EXTRACT_16BITS(&np->qdcount);
604 if (qdcount != 1)
605 ND_PRINT((ndo, " [%dq]", qdcount));
608 while (qdcount--) {
609 if (qdcount < EXTRACT_16BITS(&np->qdcount) - 1)
673 if (qdcount)
674 ND_PRINT((ndo, " [%dq]", qdcount));
    [all...]
print-smb.c 1105 int qdcount, ancount, nscount, arcount; local
    [all...]
nameser.h 216 uint16_t qdcount; /* number of question entries */ member in struct:__anon43877
  /external/curl/lib/
doh.c 93 *dnsp++ = 1; /* QDCOUNT (number of entries in the question section) */
582 unsigned short qdcount; local
600 qdcount = get16bit(doh, 4);
601 while(qdcount) {
608 qdcount--;
  /bionic/libc/dns/resolv/
res_send.c 280 int qdcount = ntohs(((const HEADER*)(const void *)buf)->qdcount); local
282 while (qdcount-- > 0) {
317 int qdcount = ntohs(((const HEADER*)(const void *)buf1)->qdcount); local
330 if (qdcount != ntohs(((const HEADER*)(const void *)buf2)->qdcount))
332 while (qdcount-- > 0) {
    [all...]
res_debug.c 281 int qdcount, ancount, nscount, arcount; local
291 qdcount = ns_msg_count(handle, ns_s_qd);
326 p_section(ns_s_qd, (int)opcode), qdcount);
345 if (qdcount == 0 && ancount == 0 &&
    [all...]
  /bionic/libc/include/arpa/
nameser_compat.h 70 unsigned qdcount :16; /* number of question entries */ member in struct:__anon222
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
nameser_compat.h 130 unsigned qdcount :16; /*%< number of question entries */ member in struct:__anon13001
  /bionic/libc/dns/net/
gethnamaddr.c 226 int type, class, ancount, qdcount; local
261 qdcount = ntohs(hp->qdcount);
266 if (qdcount != 1)
    [all...]
getaddrinfo.c 1322 int type, class, ancount, qdcount; local
    [all...]
  /external/dnsmasq/src/
nameser.h 312 unsigned qdcount : 16; /* number of question entries */ member in struct:__anon20719

Completed in 598 milliseconds