Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink_raw.h320 otError otLinkRawSrcMatchClearShortEntries(otInstance *aInstance);
/openthread-latest/src/core/api/
Dlink_raw_api.cpp176 otError otLinkRawSrcMatchClearShortEntries(otInstance *aInstance) in otLinkRawSrcMatchClearShortEntries() function
/openthread-latest/src/ncp/
Dncp_base_radio.cpp287 SuccessOrExit(error = otLinkRawSrcMatchClearShortEntries(mInstance)); in HandlePropertySet()