Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink_raw.h310 otError otLinkRawSrcMatchClearExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress);
/openthread-latest/src/core/api/
Dlink_raw_api.cpp163 otError otLinkRawSrcMatchClearExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkRawSrcMatchClearExtEntry() function
/openthread-latest/src/ncp/
Dncp_base_radio.cpp345 error = otLinkRawSrcMatchClearExtEntry(mInstance, extAddress); in HandlePropertyRemove()