Home
last modified time | relevance | path

Searched refs:kNSEC (Results 1 – 13 of 13) sorted by relevance

/external/openscreen/discovery/mdns/
Dmdns_querier.cc30 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 …]
Dmdns_trackers.cc46 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()
Dmdns_writer_unittest.cc260 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()
Dmdns_responder.cc48 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()
Dmdns_records.cc88 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()
Dmdns_trackers.h168 return record_.dns_type() == DnsType::kNSEC; in is_negative_response()
Dmdns_records_unittest.cc391 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()
Dmdns_reader.cc385 case DnsType::kNSEC: in Read()
Dmdns_reader_unittest.cc437 DnsType::kTXT, DnsType::kSRV, DnsType::kNSEC)); in TEST()
Dmdns_trackers_unittest.cc89 DnsType::kNSEC,
Dmdns_responder_unittest.cc36 ASSERT_EQ(record.dns_type(), DnsType::kNSEC); in CheckSingleNsecRecordType()
54 if (record.dns_type() != DnsType::kNSEC) { in ExpectContainsNsecRecordType()
Dmdns_querier_unittest.cc98 DnsType::kNSEC,
/external/openscreen/discovery/mdns/public/
Dmdns_constants.h311 kNSEC = 47, enumerator
329 case DnsType::kNSEC:
340 DnsType::kSRV, DnsType::kNSEC, DnsType::kANY};