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

  /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/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 532 int i, qtype, qclass, rdlen; local
540 GETSHORT(qtype, p);
545 if ((qclass == C_IN) && (qtype == T_A))
586 int qtype, qclass, rdlen; local
600 GETSHORT(qtype, p);
605 if ((qclass == C_IN) && (qtype == T_SOA))
644 int i, j, qtype, qclass, aqtype, aqclass, ardlen, res, searched_soa = 0; local
671 GETSHORT(qtype, p);
679 if (qtype == T_PTR)
749 if (qtype == T_A
869 int qtype, qclass; local
981 int i, qtype, qclass, rdlen; local
1135 int qtype, qclass; local
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.h 97 mDNSu16 qtype; member in struct:LLQEntry
  /system/extras/tests/net_test/
net_test.py 77 qtype="AAAA"))) variable
  /system/netd/tests/
dns_responder.cpp 231 unsigned qtype; member in struct:test::DNSQuestion
248 qtype = ntohs(*reinterpret_cast<const uint16_t*>(cur));
260 *reinterpret_cast<uint16_t*>(buffer_cur) = htons(qtype);
269 dnstype2str(qtype), dnsclass2str(qclass));
757 ns_type(question.qtype)));
792 auto it = mappings_.find(QueryKey(question.qname.name, question.qtype));
796 question.qname.name.c_str(), dnstype2str(question.qtype));
800 dnstype2str(question.qtype), it->second.c_str());
803 record.rtype = question.qtype;
806 if (question.qtype == ns_type::ns_t_a)
    [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...]
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 587 milliseconds