Searched refs:kNSEC (Results 1 – 13 of 13) sorted by relevance
/external/openscreen/discovery/mdns/ |
D | mdns_querier.cc | 30 if (record.dns_type() != DnsType::kNSEC) { in IsNegativeResponseFor() 39 if (std::find(nsec.types().begin(), nsec.types().end(), DnsType::kNSEC) != in IsNegativeResponseFor() 67 if ((first.dns_type() == DnsType::kNSEC) != in CompareRecordByNameAndType() 68 (second.dns_type() == DnsType::kNSEC)) { in CompareRecordByNameAndType() 69 return first.dns_type() == DnsType::kNSEC; in CompareRecordByNameAndType() 160 if (it->dns_type() != DnsType::kNSEC) { in RemoveInvalidNsecFlags() 185 it->dns_type() == DnsType::kNSEC) { in RemoveInvalidNsecFlags() 194 OSP_DCHECK(it->dns_type() != DnsType::kNSEC); in RemoveInvalidNsecFlags() 599 if (answer.dns_type() == DnsType::kNSEC) { in ShouldAnswerRecordBeProcessed() 638 if (config_.ignore_nsec_responses && record.dns_type() == DnsType::kNSEC) { in ProcessRecord() [all …]
|
D | mdns_trackers.cc | 46 if (record.dns_type() != DnsType::kNSEC) { in IsNegativeResponseForType() 151 OSP_DCHECK(dns_type_ != DnsType::kNSEC); in MdnsRecordTracker() 156 OSP_DCHECK(record_.dns_type() != DnsType::kNSEC || in MdnsRecordTracker() 169 const bool new_is_negative_response = new_record.dns_type() == DnsType::kNSEC; in Update() 171 record_.dns_type() == DnsType::kNSEC; in Update()
|
D | mdns_writer_unittest.cc | 260 DnsType::kTXT, DnsType::kSRV, DnsType::kNSEC); in TEST() 287 DnsType::kTXT, DnsType::kSRV, DnsType::kNSEC), in TEST() 294 DnsType::kTXT, DnsType::kSRV, DnsType::kNSEC)); in TEST()
|
D | mdns_responder.cc | 48 case DnsType::kNSEC: in GetTtlForNsecTargetingType() 64 return MdnsRecord(std::move(target_name), DnsType::kNSEC, target_class, in CreateNsecRecord() 140 OSP_DCHECK(type != DnsType::kNSEC); in ApplyQueryResults() 528 if (question.dns_type() == DnsType::kNSEC) { in ProcessQueries()
|
D | mdns_records.cc | 88 case DnsType::kNSEC: in IsGreaterThan() 601 (dns_type == DnsType::kNSEC && in IsValidConfig() 678 } else if (dns_type_ == DnsType::kNSEC) { in ToString() 886 case DnsType::kNSEC: in CanBePublished() 911 case DnsType::kNSEC: in CanBeQueried() 928 case DnsType::kNSEC: in CanBeProcessed()
|
D | mdns_trackers.h | 168 return record_.dns_type() == DnsType::kNSEC; in is_negative_response()
|
D | mdns_records_unittest.cc | 391 rdata = NsecRecordRdata(domain, DnsType::kNSEC); in TEST() 429 DnsType::kNSEC); in TEST() 563 DomainName{"testing", "local"}, DnsType::kNSEC, DnsClass::kIN, in TEST() 567 DomainName{"testing", "local"}, DnsType::kNSEC, DnsClass::kIN, in TEST()
|
D | mdns_reader.cc | 385 case DnsType::kNSEC: in Read()
|
D | mdns_reader_unittest.cc | 437 DnsType::kTXT, DnsType::kSRV, DnsType::kNSEC)); in TEST()
|
D | mdns_trackers_unittest.cc | 89 DnsType::kNSEC,
|
D | mdns_responder_unittest.cc | 36 ASSERT_EQ(record.dns_type(), DnsType::kNSEC); in CheckSingleNsecRecordType() 54 if (record.dns_type() != DnsType::kNSEC) { in ExpectContainsNsecRecordType()
|
D | mdns_querier_unittest.cc | 98 DnsType::kNSEC,
|
/external/openscreen/discovery/mdns/public/ |
D | mdns_constants.h | 311 kNSEC = 47, enumerator 329 case DnsType::kNSEC: 340 DnsType::kSRV, DnsType::kNSEC, DnsType::kANY};
|