Searched defs:SuppressQuery (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c4588 mDNSBool SuppressQuery = q->SuppressQuery; local
4592 q->SuppressQuery = mDNSfalse;
4597 q->SuppressQuery = SuppressQuery;
4665 // Temporarily suspend the SuppressQuery so that AnswerCurrentQuestionWithResourceRecord can answer the question
5503 // SuppressQuery status does not affect questions that are answered using local records
10401 (q->SuppressQuery == question->SuppressQuery) && // Questions that are suppressed/not suppressed
10961 // caller has not yet assigned the DNSServer, but wants to evaluate the SuppressQuery
[all...]
H A DmDNSEmbeddedAPI.h1620 #define QuerySuppressed(Q) (((Q)->SuppressUnusable && (Q)->SuppressQuery) || ((Q)->DisallowPID))
1935 mDNSBool SuppressQuery; // This query should be suppressed and not sent on the wire member in struct:DNSQuestion_struct

Completed in 147 milliseconds