Searched refs:IsQuestionUnicastAllowed (Results 1 – 4 of 4) sorted by relevance
56 return AsCoreType(aInstance).Get<Dns::Multicast::Core>().IsQuestionUnicastAllowed(); in otMdnsIsQuestionUnicastAllowed()
193 bool IsQuestionUnicastAllowed(void) const { return mIsQuestionUnicastAllowed; } in IsQuestionUnicastAllowed() function in ot::Dns::Multicast::Core
1368 if ((mProbeCount == 1) && Get<Core>().IsQuestionUnicastAllowed()) in AppendQuestionTo()
4230 VerifyOrQuit(!mdns->IsQuestionUnicastAllowed()); in TestQuestionUnicastDisallowed()