Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink.h942 otError otLinkSetPromiscuous(otInstance *aInstance, bool aPromiscuous);
/openthread-latest/src/core/api/
Dlink_api.cpp346 otError otLinkSetPromiscuous(otInstance *aInstance, bool aPromiscuous) in otLinkSetPromiscuous() function
/openthread-latest/src/ncp/
Dncp_base.cpp1580 error = otLinkSetPromiscuous(mInstance, false); in HandlePropertySet()
1589 error = otLinkSetPromiscuous(mInstance, true); in HandlePropertySet()
/openthread-latest/src/cli/
Dcli.cpp5336 SuccessOrExit(error = otLinkSetPromiscuous(GetInstancePtr(), enable)); in Process()