Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink_raw.h262 otError otLinkRawSrcMatchEnable(otInstance *aInstance, bool aEnable);
/openthread-latest/src/core/api/
Dlink_raw_api.cpp112 otError otLinkRawSrcMatchEnable(otInstance *aInstance, bool aEnable) in otLinkRawSrcMatchEnable() function
/openthread-latest/src/ncp/
Dncp_base_radio.cpp276 error = otLinkRawSrcMatchEnable(mInstance, mSrcMatchEnabled[mCurCommandIid]); in HandlePropertySet()