Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dip6.h404 void otIp6SetMulticastPromiscuousEnabled(otInstance *aInstance, bool aEnabled);
/openthread-3.6.0/src/core/api/
Dip6_api.cpp113 void otIp6SetMulticastPromiscuousEnabled(otInstance *aInstance, bool aEnabled) in otIp6SetMulticastPromiscuousEnabled() function
/openthread-3.6.0/src/posix/platform/
Dnetif.cpp2178 otIp6SetMulticastPromiscuousEnabled(aInstance, true);
/openthread-3.6.0/src/cli/
Dcli.cpp3338 …sEnableDisable(aArgs + 1, otIp6IsMulticastPromiscuousEnabled, otIp6SetMulticastPromiscuousEnabled); in Process()