Home
last modified time | relevance | path

Searched refs:otLinkRawGetPromiscuous (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Dlink_raw.h94 bool otLinkRawGetPromiscuous(otInstance *aInstance);
/openthread-latest/src/core/api/
Dlink_raw_api.cpp61 bool otLinkRawGetPromiscuous(otInstance *aInstance) { return AsCoreType(aInstance).Get<Radio>().Get… in otLinkRawGetPromiscuous() function
/openthread-latest/src/ncp/
Dncp_base.cpp1559 isPromiscuous = otLinkRawGetPromiscuous(mInstance); in HandlePropertyGet()