Home | History | Annotate | Download | only in mDNSCore

Lines Matching defs:Suppress

1139     // If RR signature is different, or data is different, then don't suppress our answer
1145 // then we can suppress our answer this time.
3628 // If shutting down, don't suppress responses so that goodbyes for auth records get sent without delay.
3827 // is intended to suppress floods of shared-record replies from many other devices on the network.
3830 // Known Answer, so as to suppress the only answer we were expecting to get, makes little sense.
4274 // 2. The Additional Section contains answers we already know, to suppress duplicate responses
4691 mDNSBool Suppress = mDNSfalse;
4709 else if ((Suppress = SuppressOnThisInterface(q->DupSuppress, intf)) ||
4712 if (Suppress)
6049 // Today, we suppress questions (not send them on the wire) for several reasons e.g.,
9156 // * suppress their own identical questions when they see these questions, and
9389 // See if this Known-Answer is a surprise to us. If so, we shouldn't suppress our own query.
10668 // suppress sending our mDNS query packet because we think we already have a valid (negative) answer to that query in our cache.
10675 // response e.g., we deliver a positive "A" response and suppress negative "AAAA" response and the upper layer may
12049 // To mask this client bug, we suppress acceptance of IPv4 link-local address
12562 // We suppress the message for the specific case of correcting from 240 to 60 for type TXT,
12569 // We also suppress log message in the case of SRV records that are received
14422 mDNSSuppression suppress = mDNSSuppression_None;
14427 suppress = mDNSSuppression_BlockedByPolicy;
14435 suppress = mDNSSuppression_NoDNSService;
14444 suppress = mDNSSuppression_NoDNSService;
14455 suppress = mDNSSuppression_DenyCellular;
14464 suppress = mDNSSuppression_DenyExpensive;
14473 suppress = mDNSSuppression_DenyConstrained;
14490 suppress = mDNSSuppression_RecordsUnusable;
14502 suppress = mDNSSuppression_RecordsUnusable;
14507 if (suppress != mDNSSuppression_None)
14513 return suppress;
14978 const mDNSSuppression suppress = DetermineSuppression(question);
14979 question->Suppressed = (suppress != mDNSSuppression_None);
14980 question->ForceCNAMEFollows = question->PersistWhenRecordsUnusable && (suppress == mDNSSuppression_RecordsUnusable);
17664 // To handle the second case, we reset ProbeCount, so we'll suppress our own answers for a while, to avoid
17751 // If the sender hardware address is the original owner this is benign, so we just suppress our own proxy answering for a while longer.