Home
last modified time | relevance | path

Searched refs:ClearSrcMatchExtEntry (Results 1 – 6 of 6) sorted by relevance

/external/openthread/src/core/radio/
Dradio.hpp592 Error ClearSrcMatchExtEntry(const Mac::ExtAddress &aExtAddress);
857 inline Error Radio::ClearSrcMatchExtEntry(const Mac::ExtAddress &aExtAddress) in ClearSrcMatchExtEntry() function in ot::Radio
1030 inline Error Radio::ClearSrcMatchExtEntry(const Mac::ExtAddress &) in ClearSrcMatchExtEntry() function in ot::Radio
/external/openthread/src/core/thread/
Dsrc_match_controller.cpp193 error = Get<Radio>().ClearSrcMatchExtEntry(address); in ClearEntry()
/external/openthread/src/core/api/
Dlink_raw_api.cpp192 error = instance.Get<Radio>().ClearSrcMatchExtEntry(address); in otLinkRawSrcMatchClearExtEntry()
/external/openthread/src/lib/spinel/
Dradio_spinel.hpp444 otError ClearSrcMatchExtEntry(const otExtAddress &aExtAddress);
Dradio_spinel_impl.hpp1322 otError RadioSpinel<InterfaceType, ProcessContextType>::ClearSrcMatchExtEntry(const otExtAddress &a… in ClearSrcMatchExtEntry() function in ot::Spinel::RadioSpinel
/external/openthread/src/posix/platform/
Dradio.cpp399 return sRadioSpinel.ClearSrcMatchExtEntry(addr); in otPlatRadioClearSrcMatchExtEntry()