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

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSPosix/
H A DIdentify.c212 q->SuppressUnusable = mDNSfalse;
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Ddnssd_clientshim.c513 x->qSRV.SuppressUnusable = mDNSfalse;
540 x->qTXT.SuppressUnusable = mDNSfalse;
H A Duds_daemon.c2775 request->u.resolve.qsrv.SuppressUnusable = mDNSfalse;
2801 request->u.resolve.qtxt.SuppressUnusable = mDNSfalse;
3654 q->SuppressUnusable = (flags & kDNSServiceFlagsSuppressUnusable ) != 0;
4336 request->u.addrinfo.q4.SuppressUnusable = request->u.addrinfo.q6.SuppressUnusable = (flags & kDNSServiceFlagsSuppressUnusable ) != 0;
5674 q->SuppressUnusable, q->SuppressQuery, DNSTypeName(q->qtype), q->qname.c,
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNS.c454 // a) SuppressUnusable questions that are suppressed
3952 // 1) Suppressing questions (SuppressUnusable)
10320 // We keep SuppressUnusable questions separate so that we can return a quick response to them and not get blocked behind
10321 // the queries that are not marked SuppressUnusable. But if the query is not suppressed, they are treated the same as
10322 // non-SuppressUnusable questions. This should be fine as the goal of SuppressUnusable is to return quickly only if it
11072 "Original question CurrentAnswers %d, new question CurrentAnswers %d, SuppressUnusable %d, SuppressQuery %d",
11073 qptr, CRDisplayString(m,rr), q->CurrentAnswers, qptr->CurrentAnswers, qptr->SuppressUnusable, qptr->SuppressQuery);
11170 // SuppressUnusable does not affect questions that are answered from the local records (/etc/hosts)
11189 // so that we redo the duplicate checks in mDNS_StartQuery_internal. A SuppressUnusable questio
[all...]
H A DuDNS.c220 LogInfo("PenalizeDNSServer: Penalizing DNS server %#a question for question %p %##s (%s) SuppressUnusable %d",
221 (q->qDNSServer ? &q->qDNSServer->addr : mDNSNULL), q, q->qname.c, DNSTypeName(q->qtype), q->SuppressUnusable);
1876 zd->question.SuppressUnusable = mDNSfalse;
2563 q->SuppressUnusable = mDNSfalse;
4866 LogInfo("uDNS_checkCurrentQuestion: Tried all DNS servers, retry question %p SuppressUnusable %d %##s (%s) with DNS Server %#a:%d after 60 seconds, ThisQInterval %d",
4867 q, q->SuppressUnusable, q->qname.c, DNSTypeName(q->qtype),
H A DmDNSEmbeddedAPI.h1615 #define QuerySuppressed(Q) (((Q)->SuppressUnusable && (Q)->SuppressQuery) || ((Q)->DisallowPID))
1982 mDNSBool SuppressUnusable; // Set by client to suppress unusable queries to be sent on the wire member in struct:DNSQuestion_struct
H A DDNSCommon.c1466 q->SuppressUnusable = mDNSfalse;
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DmDNSMacOSX.c1749 // where we might try to send DNS requests (non-SuppressUnusable questions internal
5140 p->q.SuppressUnusable = mDNSfalse;

Completed in 327 milliseconds