Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink.h928 bool otLinkIsPromiscuous(otInstance *aInstance);
/openthread-latest/src/core/api/
Dlink_api.cpp344 bool otLinkIsPromiscuous(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mac::Mac>().IsPr… in otLinkIsPromiscuous() function
/openthread-latest/src/ncp/
Dncp_base.cpp1561 isPromiscuous = otLinkIsPromiscuous(mInstance); in HandlePropertyGet()
/openthread-latest/src/cli/
Dcli.cpp5308 OutputEnabledDisabledStatus(otLinkIsPromiscuous(GetInstancePtr()) && in Process()