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

  /external/chromium_org/net/dns/
dns_query.cc 21 DnsQuery::DnsQuery(uint16 id, const base::StringPiece& qname, uint16 qtype)
24 // QNAME + QTYPE + QCLASS
39 writer.WriteU16(qtype);
61 uint16 DnsQuery::qtype() const { function in class:net::DnsQuery
dns_response.cc 135 const char* next = cur_ + consumed + 2 * sizeof(uint16); // QTYPE + QCLASS
241 // The response is HEADER QNAME QTYPE QCLASS ANSWER.
249 uint16 DnsResponse::qtype() const { function in class:net::DnsResponse
251 // QTYPE starts where QNAME ends.
285 uint16 expected_type = qtype();
dns_test_util.h 196 : result(result_arg), prefix(prefix_arg), qtype(qtype_arg),
201 uint16 qtype; member in struct:net::MockDnsClientRule
  /external/chromium_org/cloud_print/gcp20/prototype/
dns_packet_parser.h 15 DnsQueryRecord() : qtype(0), qclass(0) {}
19 uint16 qtype; member in struct:DnsQueryRecord
  /external/chromium_org/net/tools/dns_fuzz_stub/
dns_fuzz_stub.cc 50 uint16* id, std::string* qname, uint16* qtype,
96 if (!dict->GetInteger("qtype", &qtype_int)) {
97 LOG(ERROR) << filename << ": qtype is missing or not an integer.";
101 LOG(ERROR) << filename << ": qtype is out of range.";
104 *qtype = static_cast<uint16>(qtype_int);
131 << "qtype=" << qtype_int << ", "
137 void RunTestCase(uint16 id, std::string& qname, uint16 qtype,
139 net::DnsQuery query(id, qname, qtype);
170 uint16 qtype = 0; local
177 if (!ReadTestCase(filename, &id, &qname, &qtype, &resp_buf, &crash_test)
    [all...]
  /external/ipsec-tools/src/racoon/
getcertsbyname.c 70 getnewci(qtype, keytag, algorithm, flags, certlen, cert)
71 int qtype, keytag, algorithm, flags, certlen;
81 res->ci_type = qtype;
214 int qtype, qclass, keytag, algorithm; local
273 GETSHORT(qtype, cp); /* QTYPE */
286 GETSHORT(qtype, cp); /* TYPE */
292 if (qtype != T_CERT) {
299 GETSHORT(qtype, cp); /* type */
314 qtype, keytag, algorithm, rdlength)
    [all...]
  /external/iputils/ninfod/
ninfod_core.c 178 uint16_t qtype; member in struct:qtypeinfo
187 .qtype = NI_QTYPE_NOOP,
193 .qtype = NI_QTYPE_SUPTYPES,
200 .qtype = NI_QTYPE_DNSNAME,
206 .qtype = NI_QTYPE_NODEADDR,
212 .qtype = NI_QTYPE_IPV4ADDR,
231 static __inline__ struct qtypeinfo *qtypeinfo_lookup(int qtype)
233 if (qtype >= ARRAY_SIZE(qtypeinfo_table))
235 if (qtypeinfo_table[qtype].name == NULL)
237 return &qtypeinfo_table[qtype];
310 unsigned short qtype; local
    [all...]
  /external/qemu/scripts/
qapi-types.py 185 qtype = builtin_type_qtypes[qapi_type] variable
187 qtype = "QTYPE_QDICT" variable
189 qtype = "QTYPE_QDICT" variable
194 [ %(qtype)s ] = %(abbrev)s_KIND_%(enum)s,
196 qtype = qtype, variable
  /external/srec/srec/include/
srec_arb.h 51 asr_uint16_t qtype; member in struct:__anon35760
  /external/dnsmasq/src/
forward.c 114 unsigned short qtype, char *qdomain, int *type, char **domain)
136 if (sflag & qtype)
167 if (sflag & qtype)
183 if (flags == 0 && !(qtype & F_BIGNAME) &&
196 logflags = F_NEG | qtype;
738 unsigned short qtype, gotname; local
758 if ((gotname = extract_request(header, (unsigned int)size, daemon->namebuff, &qtype)))
767 querystr(types, qtype);
    [all...]
rfc1035.c 530 int i, qtype, qclass, rdlen; local
538 GETSHORT(qtype, p);
543 if ((qclass == C_IN) && (qtype == T_A))
584 int qtype, qclass, rdlen; local
598 GETSHORT(qtype, p);
603 if ((qclass == C_IN) && (qtype == T_SOA))
642 int i, j, qtype, qclass, aqtype, aqclass, ardlen, res, searched_soa = 0; local
669 GETSHORT(qtype, p);
677 if (qtype == T_PTR)
747 if (qtype == T_A
867 int qtype, qclass; local
979 int i, qtype, qclass, rdlen; local
1133 int qtype, qclass; local
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.h 97 mDNSu16 qtype; member in struct:LLQEntry
  /external/smack/src/org/xbill/DNS/
Cache.java 598 int qtype; local
613 qtype = question.getType();
627 if ((type == qtype || qtype == Type.ANY) &&
675 int cachetype = (rcode == Rcode.NXDOMAIN) ? 0 : qtype;
ZoneTransferIn.java 49 private int qtype; field in class:ZoneTransferIn
186 qtype = xfrtype;
312 return qtype;
358 Record question = Record.newRecord(zname, qtype, dclass);
363 if (qtype == Type.IXFR) {
400 qtype = Type.AXFR;
417 if (qtype == Type.IXFR &&
430 if (qtype == Type.IXFR && type == Type.SOA &&
548 if (qtype == Type.IXFR &&
559 if (question != null && question.getType() != qtype) {
    [all...]
  /external/e2fsprogs/e2fsck/
unix.c 1181 int qtype = -99; /* quota type */ local
    [all...]
  /bionic/libc/dns/net/
getaddrinfo.c 213 int qclass, qtype; /* class and type of query */ member in struct:res_target
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 1570 mDNSu16 qtype; member in struct:DNSQuestion_struct
    [all...]

Completed in 378 milliseconds