Home
last modified time | relevance | path

Searched refs:IsQuestionUnicastAllowed (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/api/
Dmdns_api.cpp56 return AsCoreType(aInstance).Get<Dns::Multicast::Core>().IsQuestionUnicastAllowed(); in otMdnsIsQuestionUnicastAllowed()
/openthread-latest/src/core/net/
Dmdns.hpp193 bool IsQuestionUnicastAllowed(void) const { return mIsQuestionUnicastAllowed; } in IsQuestionUnicastAllowed() function in ot::Dns::Multicast::Core
Dmdns.cpp1368 if ((mProbeCount == 1) && Get<Core>().IsQuestionUnicastAllowed()) in AppendQuestionTo()
/openthread-latest/tests/unit/
Dtest_mdns.cpp4230 VerifyOrQuit(!mdns->IsQuestionUnicastAllowed()); in TestQuestionUnicastDisallowed()