Lines Matching defs:Question
1322 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).
1335 bool mIsForService : 1; // Is for a `ServiceEntry` (vs a `HostEntry`).
1336 … bool mIsServiceType : 1; // Is for service type or sub-type of a `ServiceEntry`.
1337 … bool mIsForAllServicesDnssd : 1; // Is for "_services._dns-sd._udp" (all service types).