Searched refs:qtype (Results 26 - 46 of 46) sorted by relevance

12

/external/e2fsprogs/lib/quota/
H A Dquotaio.h162 const char *quota_get_qf_path(const char *mntpt, int qtype, int fmt,
H A Dquotaio.c57 const char *quota_get_qf_path(const char *mntpt, int qtype, int fmt, argument
67 strncat(path_buf, quota_get_qf_name(qtype, fmt, qf_name),
/external/dnsmasq/src/
H A Dforward.c114 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);
113 search_servers(time_t now, struct all_addr **addrpp, unsigned short qtype, char *qdomain, int *type, char **domain) argument
/external/smack/src/org/xbill/DNS/
H A DCache.java598 int qtype;
613 qtype = question.getType();
627 if ((type == qtype || qtype == Type.ANY) &&
675 int cachetype = (rcode == Rcode.NXDOMAIN) ? 0 : qtype;
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c1762 req->sd, question->qname.c, DNSTypeName(question->qtype), AddRecord ? "Add" : "Rmv",
2324 request->u.resolve.qsrv.qtype = kDNSType_SRV;
2343 request->u.resolve.qtxt.qtype = kDNSType_TXT;
2413 LogMsg("AppendNewSearchDomain: question %##s (%s) SearchListIndex is -1", question->qname.c, DNSTypeName(question->qtype));
2419 LogMsg("AppendNewSearchDomain: question %##s (%s) AppendSearchDoamins is 0", question->qname.c, DNSTypeName(question->qtype));
2445 LogMsg("AppendNewSearchDomain: ERROR!! exceeding max domain length for %##s (%s) SearchDomain %##s length %d, Question name length %d", question->qnameOrig->c, DNSTypeName(question->qtype), sd->c, DomainNameLength(question->qnameOrig), DomainNameLength(sd));
2453 LogInfo("AppnedNewSearchDomain: No more search domains for question with name %##s (%s), not trying anymore", question->qname.c, DNSTypeName(question->qtype));
2461 if (err) { LogMsg("AppendNewSearchDomain: ERROR!! %##s %s mDNS_StopQuery: %d, while retrying with search domains", question->qname.c, DNSTypeName(question->qtype), (int)err); }
2472 LogInfo("AppnedNewSearchDomain: No more search domains for question with name %##s (%s), trying one last time", question->qname.c, DNSTypeName(question->qtype));
2493 #define VALID_MSAD_SRV(Q) ((Q)->qtype
[all...]
H A Ddnsextd.c655 exception = ( ( question.qtype == kDNSType_SOA ) || ( question.qtype == kDNSType_NS ) || ( ( question.qtype == kDNSType_SRV ) && IsPublicSRV( self, &question ) ) );
1904 end = putQuestion(&response.msg, end, end + AbsoluteMaxDNSMessageData, &e->qname, e->qtype, kDNSClass_IN);
1971 addr, state, e->qname.c, e->qtype, e->lease, LLQLease(e), e->AnswerList);
2062 while (a && (a->type != e->qtype ||!SameDomainName(&a->name, &e->qname))) a = a->next;
2068 a->type = e->qtype;
2083 mDNSlocal LLQEntry *NewLLQ(DaemonInfo *d, struct sockaddr_in cli, domainname *qname, mDNSu16 qtype, mDNSu32 lease ) argument
2094 VLog("Allocating LLQ entry for client %s question %##s type %d", addr, qname->c, qtype);
2099 e->qtype
2284 LookupLLQ(DaemonInfo *d, struct sockaddr_in cli, domainname *qname, mDNSu16 qtype, const mDNSOpaque64 *const id) argument
[all...]
H A Ddnssd_clientshim.c506 x->qSRV.qtype = kDNSType_SRV;
526 x->qTXT.qtype = kDNSType_TXT;
656 x->q.qtype = rrtype;
/external/chromium_org/third_party/icu/source/tools/genren/
H A Dgenren.pl149 chop $qtype;
/external/icu/icu4c/source/tools/genren/
H A Dgenren.pl149 chop $qtype;
/external/chromium_org/cloud_print/gcp20/prototype/
H A Ddns_sd_server.cc199 switch (query.qtype) {
259 base::SStringPrintf(&log, "Unknown query type (%d)", query.qtype);
/external/chromium_org/net/dns/
H A Ddns_response.cc249 uint16 DnsResponse::qtype() const { function in class:net::DnsResponse
285 uint16 expected_type = qtype();
H A Ddns_test_util.h196 : result(result_arg), prefix(prefix_arg), qtype(qtype_arg),
201 uint16 qtype; member in struct:net::MockDnsClientRule
H A Ddns_transaction.cc61 uint16 qtype,
65 dict->SetInteger("query_type", qtype);
552 uint16 qtype,
557 qtype_(qtype),
973 uint16 qtype,
977 session_.get(), hostname, qtype, callback, net_log));
60 NetLogStartCallback(const std::string* hostname, uint16 qtype, NetLog::LogLevel ) argument
550 DnsTransactionImpl(DnsSession* session, const std::string& hostname, uint16 qtype, const DnsTransactionFactory::CallbackType& callback, const BoundNetLog& net_log) argument
H A Ddns_response_unittest.cc236 EXPECT_EQ(query->qtype(), resp.qtype());
263 EXPECT_EQ(kT0Qtype, resp.qtype());
H A Dhost_resolver_impl_unittest.cc1397 uint16 qtype,
1400 dns_rules_.push_back(MockDnsClientRule(prefix, qtype, result, delay));
1396 AddDnsRule(const std::string& prefix, uint16 qtype, MockDnsClientRule::Result result, bool delay) argument
/external/mdnsresponder/mDNSPosix/
H A DNetMonitor.c638 recordstat(entry, &q.qname, OP_probe, q.qtype);
648 mprintf("%#-16a %-5s %-5s %##s\n", srcaddr, ptype, DNSTypeName(q.qtype), q.qname.c);
649 if (msg->h.id.NotAnInteger != 0xFFFF) recordstat(entry, &q.qname, OP_query, q.qtype);
706 mprintf("%#-16a (?) **** ERROR: SHOULD NOT HAVE Q IN mDNS RESPONSE **** %-5s %##s\n", srcaddr, DNSTypeName(q.qtype), q.qname.c);
708 mprintf("%#-16a (Q) %-5s %##s\n", srcaddr, DNSTypeName(q.qtype), q.qname.c);
/external/e2fsprogs/e2fsck/
H A Dunix.c1181 int qtype = -99; /* quota type */ local
1626 qtype = -1;
1628 qtype = sb->s_usr_quota_inum ? USRQUOTA : GRPQUOTA;
1630 quota_init_context(&ctx->qctx, ctx->fs, qtype);
1669 if (qtype != -1 && qtype != i)
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c1089 const mDNSu16 qtype, mDNSQuestionCallback *const callback, void *const context)
1094 q->qtype = qtype;
1096 q->LongLived = (qtype == kDNSType_PTR);
1097 q->ExpectUnique = (qtype != kDNSType_PTR);
1237 if (!RRTypeAnswersQuestionType(rr,q->qtype)) return(mDNSfalse);
1264 if (!RRTypeAnswersQuestionType(rr,q->qtype)) return(mDNSfalse);
1340 if (!RRTypeAnswersQuestionType(rr,q->qtype)) return(mDNSfalse);
1387 if (!RRTypeAnswersQuestionType(rr,q->qtype)) return(mDNSfalse);
2420 question->qtype
1088 mDNS_SetupQuestion(DNSQuestion *const q, const mDNSInterfaceID InterfaceID, const domainname *const name, const mDNSu16 qtype, mDNSQuestionCallback *const callback, void *const context) argument
[all...]
H A DmDNSEmbeddedAPI.h1570 mDNSu16 qtype; member in struct:DNSQuestion_struct
2234 const mDNSu16 qtype, mDNSQuestionCallback *const callback, void *const context);
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc1080 bool IsRawPointerType(clang::QualType qtype) { argument
1082 llvm::dyn_cast_or_null<clang::PointerType>(qtype.getTypePtrOrNull());
/external/iputils/ninfod/
H A Dconfigure1287 --enable-suptypes Enable suptypes qtype (deprecated)

Completed in 6158 milliseconds

12