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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c11056 mDNSlocal mDNSBool ShouldSuppressQuery(mDNS *const m, DNSQuestion *q) function
11060 LogInfo("ShouldSuppressQuery: Query not suppressed for %##s, qtype %s, not A/AAAA type", q->qname.c, DNSTypeName(q->qtype));
11071 LogInfo("ShouldSuppressQuery: Query not suppressed for %##s, qtype %s, Local question", q->qname.c, DNSTypeName(q->qtype));
11076 LogInfo("ShouldSuppressQuery: Query suppressed for %##s, qtype %s, Local question", q->qname.c, DNSTypeName(q->qtype));
11294 q->SuppressQuery = ShouldSuppressQuery(m, q);
11382 // These are a subset of the internal uDNS fields. Must be done before ShouldSuppressQuery() & mDNS_PurgeForQuestion()
11504 question->SuppressQuery = ShouldSuppressQuery(m, question);

Completed in 86 milliseconds