Searched defs:answerRecords (Results 1 – 3 of 3) sorted by relevance
84 val answerRecords = queryRecords[0].let { ansProvider.getAnswer(it.dName, it.nsType) } in handleDnsQuery() constant
769 final ArrayList<MdnsRecord> answerRecords = new ArrayList<>(answerInfo.size()); in getReply() local932 Iterator<RecordInfo<?>>... answerRecords) { in addNsecRecordsForUniqueNames()
2231 final ArrayList<MdnsRecord> answerRecords = new ArrayList<>(); in createResponse() local