Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dmessage.h231 bool otMessageIsMulticastLoopEnabled(otMessage *aMessage);
/openthread-latest/src/core/api/
Dmessage_api.cpp62 bool otMessageIsMulticastLoopEnabled(otMessage *aMessage) { return AsCoreType(aMessage).GetMulticas… in otMessageIsMulticastLoopEnabled() function