Searched defs:questions (Results 1 – 6 of 6) sorted by relevance
37 public final List<MdnsRecord> questions; field in MdnsPacket46 @NonNull List<MdnsRecord> questions, in MdnsPacket()98 final ArrayList<MdnsRecord> questions = parseRecords(reader, numQuestions, true); in parseRecordsSection() local
87 final ArrayList<MdnsRecord> questions = new ArrayList<>(records.size()); in makePacket() local
383 val questions = listOf(MdnsPointerRecord(queriedName, in doGetReplyTest() constant
95 std::vector<DNSQuestion> questions; member
999 const std::vector<DNSQuestion>& questions = header->questions; in makeResponseFromDnsHeader() local
1452 ByteBuffer questions = ByteBuffer.allocate(1500); in makeMdnsCompressedV6Packet() local