Home
last modified time | relevance | path

Searched refs:QuerySuppressed (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c1786 if (QuerySuppressed(q)) in SameNameRecordAnswersQuestion()
1955 if (QuerySuppressed(q)) in ResourceRecordAnswersUnicastResponse()
H A DmDNSEmbeddedAPI.h1622 #define QuerySuppressed(Q) (((Q)->SuppressUnusable && (Q)->SuppressQuery) || ((Q)->DisallowPID)) macro
H A DmDNS.c3899 if (QuerySuppressed(q)) in AnswerCurrentQuestionWithResourceRecord()
4202 if (!QuerySuppressed(q) && ResourceRecordAnswersQuestion(&rr->resrec, q)) in CacheRecordRmv()
4601 if (QuerySuppressed(q)) in AnswerNewQuestion()
4642 if (!QuerySuppressed(q) && !AnsweredFromCache && q->RetryWithSearchDomains) in AnswerNewQuestion()
14712 if (!QuerySuppressed(q)) in uDNS_SetupDNSConfig()