Home
last modified time | relevance | path

Searched refs:IsQuery (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Dmdns.hpp1308 bool IsQuery(void) const { return mIsQuery; } in IsQuery() function in ot::Dns::Multicast::Core::RxMessage
Dmdns.cpp264 if (rxMessagePtr->IsQuery()) in HandleMessage()