Home
last modified time | relevance | path

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

/openthread-latest/src/core/radio/
Dradio.hpp681 Error ClearSrcMatchExtEntry(const Mac::ExtAddress &aExtAddress);
1024 inline Error Radio::ClearSrcMatchExtEntry(const Mac::ExtAddress &aExtAddress) in ClearSrcMatchExtEntry() function in ot::Radio
1131 inline Error Radio::ClearSrcMatchExtEntry(const Mac::ExtAddress &) { return kErrorNone; } in ClearSrcMatchExtEntry() function in ot::Radio
/openthread-latest/src/core/thread/
Dsrc_match_controller.cpp178 error = Get<Radio>().ClearSrcMatchExtEntry(aChild.GetExtAddress()); in ClearEntry()
/openthread-latest/src/core/api/
Dlink_raw_api.cpp170 error = instance.Get<Radio>().ClearSrcMatchExtEntry(AsCoreType(aExtAddress)); in otLinkRawSrcMatchClearExtEntry()
/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp525 otError ClearSrcMatchExtEntry(const otExtAddress &aExtAddress);
Dradio_spinel.cpp1074 otError RadioSpinel::ClearSrcMatchExtEntry(const otExtAddress &aExtAddress) in ClearSrcMatchExtEntry() function in ot::Spinel::RadioSpinel
/openthread-latest/src/posix/platform/
Dradio.cpp434 return GetRadioSpinel().ClearSrcMatchExtEntry(addr); in otPlatRadioClearSrcMatchExtEntry()