Searched refs:SuppressUnusable (Results 1 - 7 of 7) sorted by relevance

/external/mdnsresponder/mDNSPosix/
H A DIdentify.c223 q->SuppressUnusable = mDNSfalse;
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientshim.c512 x->qSRV.SuppressUnusable = mDNSfalse;
532 x->qTXT.SuppressUnusable = mDNSfalse;
H A Duds_daemon.c2330 request->u.resolve.qsrv.SuppressUnusable = mDNSfalse;
2349 request->u.resolve.qtxt.SuppressUnusable = mDNSfalse;
3000 q->SuppressUnusable = (flags & kDNSServiceFlagsSuppressUnusable ) != 0;
3451 request->u.addrinfo.q4.SuppressUnusable = request->u.addrinfo.q6.SuppressUnusable = (flags & kDNSServiceFlagsSuppressUnusable ) != 0;
4401 q->SuppressUnusable, q->SuppressQuery, DNSTypeName(q->qtype), q->qname.c, q->DuplicateOf ? " (dup)" : "");
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1292 #define QuerySuppressed(Q) ((Q)->SuppressUnusable && (Q)->SuppressQuery)
1576 mDNSBool SuppressUnusable; // Set by client to suppress unusable queries to be sent on the wire member in struct:DNSQuestion_struct
H A DmDNS.c7594 // We keep SuppressUnusable questions separate so that we can return a quick response to them and not get blocked behind
7595 // the queries that are not marked SuppressUnusable. But if the query is not suppressed, they are treated the same as
7596 // non-SuppressUnusable questions. This should be fine as the goal of SuppressUnusable is to return quickly only if it
8136 "Original question CurrentAnswers %d, new question CurrentAnswers %d, SuppressUnusable %d, SuppressQuery %d",
8137 qptr, CRDisplayString(m,rr), q->CurrentAnswers, qptr->CurrentAnswers, qptr->SuppressUnusable, qptr->SuppressQuery);
8243 if (!mDNSOpaque16IsZero(q->TargetQID) && q->SuppressUnusable)
8263 // SuppressUnusable does not affect questions that are answered from the local records (/etc/hosts)
8278 // so that we redo the duplicate checks in mDNS_StartQuery_internal. A SuppressUnusable question
8279 // is a duplicate of non-SuppressUnusable questio
[all...]
H A DuDNS.c183 LogInfo("PenalizeDNSServer: Penalizing DNS server %#a:%d question (%##s) for question %p %##s (%s) SuppressUnusable %d",
185 q->SuppressUnusable);
1589 zd->question.SuppressUnusable = mDNSfalse;
2270 q->SuppressUnusable = mDNSfalse;
4340 LogInfo("uDNS_checkCurrentQuestion: Tried all DNS servers, retry question %p SuppressUnusable %d %##s (%s) with DNS Server %#a:%d after 60 seconds, ThisQInterval %d",
4341 q, q->SuppressUnusable, q->qname.c, DNSTypeName(q->qtype),
H A DDNSCommon.c1100 q->SuppressUnusable = mDNSfalse;

Completed in 661 milliseconds