Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink_raw.h298 otError otLinkRawSrcMatchClearShortEntry(otInstance *aInstance, uint16_t aShortAddress);
/openthread-latest/src/core/api/
Dlink_raw_api.cpp151 otError otLinkRawSrcMatchClearShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otLinkRawSrcMatchClearShortEntry() function
/openthread-latest/src/ncp/
Dncp_base_radio.cpp331 error = otLinkRawSrcMatchClearShortEntry(mInstance, shortAddress); in HandlePropertyRemove()