Searched refs:SuppressQuery (Results 1 – 3 of 3) sorted by relevance
| /titanic_53/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
| H A D | mDNS.c | 4519 mDNSBool SuppressQuery = q->SuppressQuery; in AnswerSuppressedQuestion() local 4523 q->SuppressQuery = mDNSfalse; in AnswerSuppressedQuestion() 4528 q->SuppressQuery = SuppressQuery; in AnswerSuppressedQuestion() 10381 …(q->SuppressQuery == question->SuppressQuery) && // Questions that are suppressed/not suppressed in FindDuplicateQuestion() 11105 …tring(m,rr), q->CurrentAnswers, qptr->CurrentAnswers, qptr->SuppressUnusable, qptr->SuppressQuery); in CacheRecordRmvEventsForCurrentQuestion() 11191 if (q->SuppressQuery) in SuppressStatusChanged() 11193 q->SuppressQuery = mDNSfalse; in SuppressStatusChanged() 11199 q->SuppressQuery = mDNStrue; in SuppressStatusChanged() 11272 mDNSBool old = q->SuppressQuery; in CheckSuppressUnusableQuestions() 11273 q->SuppressQuery = ShouldSuppressQuery(m, q); in CheckSuppressUnusableQuestions() [all …]
|
| H A D | mDNSEmbeddedAPI.h | 1622 #define QuerySuppressed(Q) (((Q)->SuppressUnusable && (Q)->SuppressQuery) || ((Q)->DisallowPID)) 1927 …mDNSBool SuppressQuery; // This query should be suppressed and not sent on the wire member
|
| H A D | uds_daemon.c | 5796 q->SuppressUnusable, q->SuppressQuery, DNSTypeName(q->qtype), q->qname.c, in udsserver_info()
|