Searched refs:aAllow (Results 1 – 3 of 3) sorted by relevance
49 void otMdnsSetQuestionUnicastAllowed(otInstance *aInstance, bool aAllow) in otMdnsSetQuestionUnicastAllowed() argument51 AsCoreType(aInstance).Get<Dns::Multicast::Core>().SetQuestionUnicastAllowed(aAllow); in otMdnsSetQuestionUnicastAllowed()
182 void otMdnsSetQuestionUnicastAllowed(otInstance *aInstance, bool aAllow);
185 void SetQuestionUnicastAllowed(bool aAllow) { mIsQuestionUnicastAllowed = aAllow; } in SetQuestionUnicastAllowed() argument