Home
last modified time | relevance | path

Searched refs:ClearSrcMatchShortEntries (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/core/radio/
Dradio.hpp686 void ClearSrcMatchShortEntries(void);
1029 inline void Radio::ClearSrcMatchShortEntries(void) { otPlatRadioClearSrcMatchShortEntries(GetInstan… in ClearSrcMatchShortEntries() function in ot::Radio
1133 inline void Radio::ClearSrcMatchShortEntries(void) {} in ClearSrcMatchShortEntries() function in ot::Radio
Dradio.cpp56 ClearSrcMatchShortEntries(); in Init()
/openthread-latest/src/core/thread/
Dsrc_match_controller.cpp107 Get<Radio>().ClearSrcMatchShortEntries(); in ClearTable()
/openthread-latest/src/core/api/
Dlink_raw_api.cpp183 instance.Get<Radio>().ClearSrcMatchShortEntries(); in otLinkRawSrcMatchClearShortEntries()
/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp499 otError ClearSrcMatchShortEntries(void);
Dradio_spinel.cpp1097 otError RadioSpinel::ClearSrcMatchShortEntries(void) in ClearSrcMatchShortEntries() function in ot::Spinel::RadioSpinel
/openthread-latest/src/posix/platform/
Dradio.cpp440 SuccessOrDie(GetRadioSpinel().ClearSrcMatchShortEntries()); in otPlatRadioClearSrcMatchShortEntries()