Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink_raw.h330 otError otLinkRawSrcMatchClearExtEntries(otInstance *aInstance);
/openthread-latest/src/core/api/
Dlink_raw_api.cpp189 otError otLinkRawSrcMatchClearExtEntries(otInstance *aInstance) in otLinkRawSrcMatchClearExtEntries() function
/openthread-latest/src/ncp/
Dncp_base_radio.cpp308 SuccessOrExit(error = otLinkRawSrcMatchClearExtEntries(mInstance)); in HandlePropertySet()