Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink_raw.h286 otError otLinkRawSrcMatchAddExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress);
/openthread-latest/src/ncp/
Dncp_base_radio.cpp317 SuccessOrExit(error = otLinkRawSrcMatchAddExtEntry(mInstance, extAddress)); in HandlePropertySet()
371 error = otLinkRawSrcMatchAddExtEntry(mInstance, extAddress); in HandlePropertyInsert()
/openthread-latest/src/core/api/
Dlink_raw_api.cpp138 otError otLinkRawSrcMatchAddExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkRawSrcMatchAddExtEntry() function