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

  /external/dnsmasq/src/
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...]
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;
726 unsigned short qtype, gotname; local
746 if ((gotname = extract_request(header, (unsigned int)size, daemon->namebuff, &qtype)))
755 querystr(types, qtype);
  /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/mdnsresponder/mDNSShared/
uds_daemon.h 64 extern void external_start_browsing_for_service(mDNS *const m, const domainname *const type, DNS_TypeValues qtype);
65 extern void external_stop_browsing_for_service(mDNS *const m, const domainname *const type, DNS_TypeValues qtype);
dnsextd.h 97 mDNSu16 qtype; member in struct:LLQEntry
uds_daemon.c     [all...]
dnsextd.c 655 exception = ( ( question.qtype == kDNSType_SOA ) || ( question.qtype == kDNSType_NS ) || ( ( question.qtype == kDNSType_SRV ) && IsPublicSRV( self, &question ) ) );
    [all...]
dnssd_clientshim.c 506 x->qSRV.qtype = kDNSType_SRV;
526 x->qTXT.qtype = kDNSType_TXT;
656 x->q.qtype = rrtype;
  /external/mdnsresponder/mDNSPosix/
Identify.c 209 mDNSlocal mStatus StartQuery(DNSQuestion *q, char *qname, mDNSu16 qtype, const mDNSAddr *target, mDNSQuestionCallback callback)
217 q->qtype = qtype;
233 //mprintf("%##s %s ?\n", q->qname.c, DNSTypeName(qtype));
237 mDNSlocal void DoOneQuery(DNSQuestion *q, char *qname, mDNSu16 qtype, const mDNSAddr *target, mDNSQuestionCallback callback)
239 mStatus status = StartQuery(q, qname, qtype, target, callback);
249 mDNSlocal int DoQuery(DNSQuestion *q, char *qname, mDNSu16 qtype, const mDNSAddr *target, mDNSQuestionCallback callback)
251 DoOneQuery(q, qname, qtype, target, callback);
254 mprintf("%##s %s Trying multicast\n", q->qname.c, DNSTypeName(q->qtype));
255 DoOneQuery(q, qname, qtype, NULL, callback)
    [all...]
NetMonitor.c 638 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);
    [all...]
  /external/srec/srec/include/
srec_arb.h 51 asr_uint16_t qtype; member in struct:__anon12677
  /bionic/libc/netbsd/net/
getaddrinfo.c 209 int qclass, qtype; /* class and type of query */ member in struct:res_target
    [all...]
  /external/srec/srec/clib/
srec_arb.c 43 if (quest->qtype == QUESTION_LEFT)
48 else if(quest->qtype == QUESTION_WBLEFT) {
52 else if(quest->qtype == QUESTION_WBRIGHT) {
59 ASSERT(quest->qtype == QUESTION_RIGHT);
88 pfread(&(q->qtype), sizeof(asr_uint16_t), 1, fp);
  /external/mdnsresponder/mDNSCore/
uDNS.c 179 LogMsg("PenalizeDNSServer: ERROR!! Null DNS server for %##s (%s) %d", q->qname.c, DNSTypeName(q->qtype), q->unansweredQueries);
184 &q->qDNSServer->addr, mDNSVal16(q->qDNSServer->port), q->qDNSServer->domain.c, q, q->qname.c, DNSTypeName(q->qtype),
200 if (q->qtype == kDNSType_PTR)
206 LogInfo("PenalizeDNSServer: Penalizing question type %d", q->qtype);
236 q->qname.c, DNSTypeName(q->qtype), &q->qDNSServer->addr, mDNSVal16(q->qDNSServer->port), q->qDNSServer->domain.c);
273 LogInfo("PenalizeDNSServer: Server for %p, %##s (%s) changed to NULL, Interval %d", q, q->qname.c, DNSTypeName(q->qtype), q->ThisQInterval);
325 info->domain.c, q->AuthInfo ? q->AuthInfo->domain.c : mDNSNULL, q->qname.c, DNSTypeName(q->qtype));
405 newinfo ? newinfo ->domain.c : mDNSNULL, q->qname.c, DNSTypeName(q->qtype));
709 ptr = putQuestion(msg, ptr, msg->data + AbsoluteMaxDNSMessageData, &question->qname, question->qtype, question->qclass);
753 if (q->tcp) { LogMsg("sendChallengeResponse: ERROR!!: question %##s (%s) tcp non-NULL", q->qname.c, DNSTypeName(q->qtype)); return;
    [all...]
mDNS.c 122 #define FollowCNAME(q, rr, AddRecord) (AddRecord && (q)->qtype != kDNSType_CNAME && \
384 LogInfo("GenerateNegativeResponse: Generating negative response for question %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
386 MakeNegativeCacheRecord(m, &m->rec.r, &q->qname, q->qnamehash, q->qtype, q->qclass, 60, mDNSInterface_Any, mDNSNULL);
398 q, q->qname.c, DNSTypeName(q->qtype), q->CNAMEReferrals, selfref ? " (Self-Referential)" : "", RRDisplayString(m, rr));
419 q, q->qname.c, DNSTypeName(q->qtype), q->CNAMEReferrals, RRDisplayString(m, rr));
430 q, q->qname.c, DNSTypeName(q->qtype), RRDisplayString(m, rr));
495 m->CurrentQuestion->qname.c, DNSTypeName(m->CurrentQuestion->qtype));
528 m->CurrentQuestion->qname.c, DNSTypeName(m->CurrentQuestion->qtype));
    [all...]
DNSCommon.c     [all...]
mDNSEmbeddedAPI.h 1570 mDNSu16 qtype; member in struct:DNSQuestion_struct
    [all...]
  /bionic/libc/netbsd/
gethnamaddr.c 172 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype,
194 switch (qtype) {
225 if (qtype == T_A || qtype == T_AAAA) {
269 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) {
301 if (qtype == T_PTR && type == T_CNAME) {
323 if (type != qtype) {
327 qname, p_class(C_IN), p_type(qtype),
445 if (res->nsort && haveanswer > 1 && qtype == T_A
    [all...]
  /external/icu4c/tools/genren/
genren.pl 144 chop $qtype;
  /external/v8/tools/gcmole/
gcmole.cc 1098 bool IsRawPointerType(clang::QualType qtype) {
1100 dyn_cast_or_null<clang::PointerType>(qtype.getTypePtrOrNull());
    [all...]

Completed in 545 milliseconds