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

  /external/tcpdump/
print-domain.c 563 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...]
nameser.h 231 u_int16_t qdcount; /* number of question entries */ member in struct:__anon14284
print-smb.c 1094 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)
    [all...]
  /external/openssh/openbsd-compat/
getrrsetbyname.c 260 if (response->header.qdcount != 1) {
403 resp->header.qdcount = ntohs(resp->header.qdcount);
409 if (resp->header.qdcount < 1) {
416 resp->header.qdcount);
417 if (resp->header.qdcount && resp->query == NULL) {
  /external/ipsec-tools/src/racoon/
getcertsbyname.c 211 int qdcount, ancount, rdlength; local
253 qdcount = ntohs(hp->qdcount);
257 if (qdcount != 1) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 79 unsigned qdcount :16; /* number of question entries */ member in struct:__anon23851
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 79 unsigned qdcount :16; /* number of question entries */ member in struct:__anon25441
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 79 unsigned qdcount :16; /* number of question entries */ member in struct:__anon26953
  /bionic/libc/netbsd/resolv/
res_send.c 291 int qdcount = ntohs(((const HEADER*)(const void *)buf)->qdcount); local
293 while (qdcount-- > 0) {
328 int qdcount = ntohs(((const HEADER*)(const void *)buf1)->qdcount); local
341 if (qdcount != ntohs(((const HEADER*)(const void *)buf2)->qdcount))
343 while (qdcount-- > 0) {
    [all...]
res_mkquery.c 172 hp->qdcount = htons(1);
res_debug.c 244 int qdcount, ancount, nscount, arcount; local
254 qdcount = ns_msg_count(handle, ns_s_qd);
289 p_section(ns_s_qd, (int)opcode), qdcount);
308 if (qdcount == 0 && ancount == 0 &&
  /bionic/libc/private/
arpa_nameser_compat.h 130 unsigned qdcount :16; /* number of question entries */ member in struct:__anon654
  /external/dnsmasq/src/
nameser.h 314 unsigned qdcount :16; /* number of question entries */ member in struct:__anon6630
rfc1035.c 341 for (q = ntohs(header->qdcount); q != 0; q--)
380 for (q = ntohs(header->qdcount); q != 0; q--)
458 for (i = ntohs(header->qdcount); i != 0; i--)
658 for (i = ntohs(header->qdcount); i != 0; i--)
872 if (ntohs(header->qdcount) != 1 || header->opcode != QUERY)
1171 if (ntohs(header->qdcount) == 0 || header->opcode != QUERY )
1185 for (q = ntohs(header->qdcount); q != 0; q--)
    [all...]
  /bionic/libc/netbsd/
gethnamaddr.c 180 int type, class, ancount, qdcount; local
210 qdcount = ntohs(hp->qdcount);
215 if (qdcount != 1) {
  /bionic/libc/netbsd/net/
getaddrinfo.c 1316 int type, class, ancount, qdcount; local
    [all...]
  /external/libppp/src/
ip.c 96 u_short qdcount; member in struct:dns_header

Completed in 451 milliseconds