Searched refs:suppressedBy (Results 1 – 2 of 2) sorted by relevance
94 boolean suppressedBy(DNSIncoming msg) { in suppressedBy() method in DNSRecord97 if (suppressedBy(answer)) { in suppressedBy()112 boolean suppressedBy(DNSRecord other) { in suppressedBy() method in DNSRecord
262 if ((in == null) || !rec.suppressedBy(in)) { in addAnswer()