Home
last modified time | relevance | path

Searched defs:Question (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Dmdns.hpp1322 struct Question : public Clearable<Question> struct in ot::Dns::Multicast::Core::RxMessage
1324 Question(void) { Clear(); } in Question() argument
1327 Entry *mEntry; // Entry which can provide answer (if any).
1328 uint16_t mNameOffset; // Offset to start of question name.
1329 uint16_t mRrType; // The question record type.
1330 bool mIsRrClassInternet : 1; // Is the record class Internet or Any.
1331 …ol mIsProbe : 1; // Is a probe (contains a matching record in Authority section).
1332 bool mUnicastResponse : 1; // Is QU flag set (requesting a unicast response).
1333 bool mCanAnswer : 1; // Can provide answer for this question
1334 bool mIsUnique : 1; // Is unique record (vs a shared record).
[all …]
Ddns_types.hpp2660 class Question class
2671 explicit Question(uint16_t aType, uint16_t aClass = ResourceRecord::kClassInternet) in Question() function in ot::Dns::Question