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

  /external/chromium_org/cloud_print/gcp20/prototype/
dns_packet_parser.cc 16 reader.ReadU16(&header_.qdcount) &&
dns_response_builder.cc 31 header_.qdcount = 0;
118 writer.WriteU16(header_.qdcount) &&
dns_sd_server.cc 170 for (int query_idx = 0; query_idx < parser.header().qdcount; ++query_idx) {
  /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:__anon26807
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/chromium_org/net/dns/
dns_protocol.h 29 // | QDCOUNT |
81 uint16 qdcount; member in struct:net::dns_protocol::Header
dns_response.cc 175 if (base::NetToHost16(header()->qdcount) != 1)
204 unsigned qdcount = base::NetToHost16(header()->qdcount); local
205 for (unsigned i = 0; i < qdcount; ++i) {
dns_query.cc 20 // the QDCOUNT to 1, meaning the question section has a single entry.
33 header->qdcount = base::HostToNet16(1);
  /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:__anon37233
  /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:__anon38823
  /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:__anon40338
  /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:__anon694
  /external/dnsmasq/src/
nameser.h 314 unsigned qdcount :16; /* number of question entries */ member in struct:__anon17366
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 185 int type, class, ancount, qdcount; local
215 qdcount = ntohs(hp->qdcount);
220 if (qdcount != 1) {
    [all...]
  /bionic/libc/netbsd/net/
getaddrinfo.c 1308 int type, class, ancount, qdcount; local
    [all...]
  /external/libppp/src/
ip.c 96 u_short qdcount; member in struct:dns_header

Completed in 325 milliseconds