Home | History | Annotate | Download | only in mDNSCore

Lines Matching full:suppressed

653 // AuthRecord *rr is the answer we are proposing to give, if not suppressed.
3325 // If the query is suppressed, then we don't want to answer from the cache. But if this query is
3627 // When a question enters suppressed state, we generate RMV events and generate a negative
3629 // before the question became suppressed. We need to skip the suppressed questions here as
3936 // If the query was suppressed above, we already generated a negative response. When it gets unsuppressed,
3946 // Note: When a query gets suppressed or retried with search domains, we de-activate the question.
4697 // If the query is suppressed, the RMV events won't be delivered
5866 suppressed by a subsequent
5964 LogMsg("Suppressed after%4d: %s", m->timenow - rr->ImmedAnswerMarkTime, ARDisplayString(m, rr));
5983 // any records that are suppressed by the Known Answer list in this packet.
7595 // the queries that are not marked SuppressUnusable. But if the query is not suppressed, they are treated the same as
7597 // is suppressed. If it is not suppressed, we do try all the DNS servers for valid answers like any other question.
7622 (q->SuppressQuery == question->SuppressQuery) && // Questions that are suppressed/not suppressed
7629 // This is called after a question is deleted, in case other identical questions were being suppressed as duplicates
8050 else { LogInfo("ShouldSuppressQuery: Query not suppressed for %##s, qtype %s, not A/AAAA type", qname, DNSTypeName(qtype)); return mDNSfalse; }
8055 if (InterfaceID != mDNSInterface_Unicast && IsLocalDomain(qname)) { LogInfo("ShouldSuppressQuery: Query not suppressed for %##s, qtype %s, Local question", qname, DNSTypeName(qtype)); return mDNSfalse; }
8060 { LogInfo("ShouldSuppressQuery: Query not suppressed for %##s, qtype %s, Private Domain", qname, DNSTypeName(qtype)); return mDNSfalse; }
8075 LogInfo("ShouldSuppressQuery: Query not suppressed for %##s, qtype %s, Local Address %.4a found", qname, DNSTypeName(qtype),
8085 LogInfo("ShouldSuppressQuery: Query not suppressed for %##s, qtype %s, Local Address %.16a found", qname, DNSTypeName(qtype),
8091 LogInfo("ShouldSuppressQuery: Query suppressed for %##s, qtype %s, because no matching interface found", qname, DNSTypeName(qtype));
8226 // which may be suppressed at this instance. Before it is handled we get another network
8255 // Previously it was not suppressed, Generate RMV events for the ADDs that we might have delivered before
8271 // 1. Previously it was suppressed and now it is not suppressed, restart the question so
8277 // 2. Previously it was not suppressed and now it is suppressed. We need to restart the questions
8279 // is a duplicate of non-SuppressUnusable question if it is not suppressed (SuppressQuery is false).
8280 // A SuppressUnusable question is not a duplicate of non-SuppressUnusable question if it is suppressed
8281 // (SuppressQuery is true). The reason for this is that when a question is suppressed, we want an
8283 // the question is not suppressed, we don't want two active questions sending packets on the wire.
8291 // suppressed before. At the end when we have restarted all questions, none of them is active as each
8576 // Checking for ActiveQuestion filters questions that are suppressed also
8577 // as suppressed questions are not active
10972 LogInfo("CacheRecordResetDNSServer: deliverAddEvents not set for suppressed question %p %##s (%s)", q, q->qname.c, DNSTypeName(q->qtype));
11152 // suppressed, but it is wrong to activate the query as DNS server change