Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:SuppressUnusable

688     //  a) SuppressUnusable questions that are suppressed
13749 // We keep SuppressUnusable questions separate so that we can return a quick response to them and not get blocked behind
13750 // the queries that are not marked SuppressUnusable. But if the query is not suppressed, they are treated the same as
13751 // non-SuppressUnusable questions. This should be fine as the goal of SuppressUnusable is to return quickly only if it
14477 else if (q->SuppressUnusable && !DNS64IsQueryingARecord(q->dns64.state))
14479 else if (q->SuppressUnusable)
14688 // SuppressUnusable does not affect questions that are answered from the local records (/etc/hosts)
14709 // so that we redo the duplicate checks in mDNS_StartQuery_internal. A SuppressUnusable question
14710 // is a duplicate of non-SuppressUnusable question if it is not suppressed (Suppressed is false).
14711 // A SuppressUnusable question is not a duplicate of non-SuppressUnusable question if it is suppressed
14768 if (q->SuppressUnusable)
15770 question->SuppressUnusable = mDNSfalse;
15819 question->SuppressUnusable = mDNSfalse;