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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c2864 request->u.resolve.qsrv.SuppressUnusable = mDNSfalse;
2893 request->u.resolve.qtxt.SuppressUnusable = mDNSfalse;
3777 q->SuppressUnusable = (flags & kDNSServiceFlagsSuppressUnusable ) != 0;
4503 request->u.addrinfo.q4.SuppressUnusable = request->u.addrinfo.q6.SuppressUnusable = (flags & kDNSServiceFlagsSuppressUnusable ) != 0;
5849 q->SuppressUnusable, q->SuppressQuery, DNSTypeName(q->qtype), q->qname.c,
H A DuDNS.c228 LogInfo("PenalizeDNSServer: Penalizing DNS server %#a question for question %p %##s (%s) SuppressUnusable %d",
229 (q->qDNSServer ? &q->qDNSServer->addr : mDNSNULL), q, q->qname.c, DNSTypeName(q->qtype), q->SuppressUnusable);
1900 zd->question.SuppressUnusable = mDNSfalse;
2590 q->SuppressUnusable = mDNSfalse;
4926 LogInfo("uDNS_checkCurrentQuestion: Tried all DNS servers, retry question %p SuppressUnusable %d %##s (%s) with DNS Server %#a:%d after 60 seconds, ThisQInterval %d",
4927 q, q->SuppressUnusable, q->qname.c, DNSTypeName(q->qtype),
H A DmDNSEmbeddedAPI.h1620 #define QuerySuppressed(Q) (((Q)->SuppressUnusable && (Q)->SuppressQuery) || ((Q)->DisallowPID))
1997 mDNSBool SuppressUnusable; // Set by client to suppress unusable queries to be sent on the wire member in struct:DNSQuestion_struct
H A DmDNS.c425 // a) SuppressUnusable questions that are suppressed
4029 // 1) Suppressing questions (SuppressUnusable)
10370 // We keep SuppressUnusable questions separate so that we can return a quick response to them and not get blocked behind
10371 // the queries that are not marked SuppressUnusable. But if the query is not suppressed, they are treated the same as
10372 // non-SuppressUnusable questions. This should be fine as the goal of SuppressUnusable is to return quickly only if it
11125 "Original question CurrentAnswers %d, new question CurrentAnswers %d, SuppressUnusable %d, SuppressQuery %d",
11126 qptr, CRDisplayString(m,rr), q->CurrentAnswers, qptr->CurrentAnswers, qptr->SuppressUnusable, qptr->SuppressQuery);
11223 // SuppressUnusable does not affect questions that are answered from the local records (/etc/hosts)
11242 // so that we redo the duplicate checks in mDNS_StartQuery_internal. A SuppressUnusable questio
[all...]
H A DDNSCommon.c1469 q->SuppressUnusable = mDNSfalse;

Completed in 181 milliseconds