• Home
  • Raw
  • Download

Lines Matching refs:MdnsRecord

59 MdnsRecord CreateNsecRecord(DomainName target_name,  in CreateNsecRecord()
64 return MdnsRecord(std::move(target_name), DnsType::kNSEC, target_class, in CreateNsecRecord()
73 AddResult AddRecords(std::function<void(MdnsRecord record)> add_func, in AddRecords()
76 const std::vector<MdnsRecord>& known_answers, in AddRecords()
105 const std::vector<MdnsRecord>& known_answers, in AddAdditionalRecords()
111 auto add_func = [message](MdnsRecord record) { in AddAdditionalRecords()
122 const std::vector<MdnsRecord>& known_answers, in AddResponseRecords()
126 auto add_func = [message](MdnsRecord record) { in AddResponseRecords()
136 const std::vector<MdnsRecord>& known_answers, in ApplyQueryResults()
161 for (const MdnsRecord& record : message->answers()) { in ApplyQueryResults()
181 const MdnsRecord& srv_record = message->additional_records()[i]; in ApplyQueryResults()
191 const MdnsRecord& srv_record = message->additional_records()[i]; in ApplyQueryResults()
262 std::vector<MdnsRecord::ConstRef> records = in ApplyServiceTypeEnumerationResults()
269 for (const MdnsRecord& record : records) { in ApplyServiceTypeEnumerationResults()
274 message->AddAnswer(MdnsRecord(name, DnsType::kPTR, record.dns_class(), in ApplyServiceTypeEnumerationResults()
324 const std::vector<MdnsRecord>& records) { in AddKnownAnswers()
435 const std::vector<MdnsRecord>& known_answers = message.answers(); in OnMessageReceived()
521 const std::vector<MdnsRecord>& known_answers) { in ProcessQueries()
581 const std::vector<MdnsRecord>& known_answers, in SendResponse()