Home
last modified time | relevance | path

Searched refs:otIp6SetReceiveFilterEnabled (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/include/openthread/
Dip6.h473 void otIp6SetReceiveFilterEnabled(otInstance *aInstance, bool aEnabled);
/openthread-latest/src/core/api/
Dip6_api.cpp116 void otIp6SetReceiveFilterEnabled(otInstance *aInstance, bool aEnabled) in otIp6SetReceiveFilterEnabled() function
/openthread-latest/src/posix/platform/
Dnetif.cpp2264 otIp6SetReceiveFilterEnabled(gInstance, true);
/openthread-latest/src/ncp/
Dncp_base.cpp354 otIp6SetReceiveFilterEnabled(mInstance, true); in NcpBase()
Dncp_base_mtd.cpp2222 otIp6SetReceiveFilterEnabled(mInstance, !enabled); in HandlePropertySet()