Searched refs:SuppressQuery (Results 1 – 3 of 3) sorted by relevance
/external/mdnsresponder/mDNSCore/ |
D | mDNS.c | 3900 …if (QuerySuppressed(q)) { q->SuppressQuery = mDNSfalse; GenerateNegativeResponse(m); q->SuppressQu… in AnswerNewQuestion() 7622 (q->SuppressQuery == question->SuppressQuery) && // Questions that are suppressed/not suppressed in FindDuplicateQuestion() 8137 …tring(m,rr), q->CurrentAnswers, qptr->CurrentAnswers, qptr->SuppressUnusable, qptr->SuppressQuery); in CacheRecordRmvEventsForCurrentQuestion() 8245 mDNSBool old = q->SuppressQuery; in CheckSuppressUnusableQuestions() 8246 q->SuppressQuery = ShouldSuppressQuery(m, &q->qname, q->qtype, q->InterfaceID); in CheckSuppressUnusableQuestions() 8247 if (q->SuppressQuery != old) in CheckSuppressUnusableQuestions() 8253 if (q->SuppressQuery) in CheckSuppressUnusableQuestions() 8258 q->SuppressQuery = mDNSfalse; in CheckSuppressUnusableQuestions() 8260 q->SuppressQuery = mDNStrue; in CheckSuppressUnusableQuestions() 8390 …question->SuppressQuery = ShouldSuppressQuery(m, &question->qname, question->qtype, question->Inte… in mDNS_StartQuery_internal() [all …]
|
D | mDNSEmbeddedAPI.h | 1303 #define QuerySuppressed(Q) ((Q)->SuppressUnusable && (Q)->SuppressQuery) 1542 …mDNSBool SuppressQuery; // This query should be suppressed and not sent on the wir… member
|
/external/mdnsresponder/mDNSShared/ |
D | uds_daemon.c | 2598 if (!question->SuppressQuery && question->SearchListIndex != -1 && question->AppendSearchDomains) in RetryQuestionWithSearchDomains() 2630 …y %d, SearchListIndex %d, AppendSearchDomains %d", req->sd, question->SuppressQuery, question->Sea… in RetryQuestionWithSearchDomains() 4403 …q->SuppressUnusable, q->SuppressQuery, DNSTypeName(q->qtype), q->qname.c, q->DuplicateOf ? " (dup)… in udsserver_info()
|