Home
last modified time | relevance | path

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

/openthread-latest/src/core/radio/
Dradio.hpp691 void ClearSrcMatchExtEntries(void);
1031 inline void Radio::ClearSrcMatchExtEntries(void) { otPlatRadioClearSrcMatchExtEntries(GetInstancePt… in ClearSrcMatchExtEntries() function in ot::Radio
1135 inline void Radio::ClearSrcMatchExtEntries(void) {} in ClearSrcMatchExtEntries() function in ot::Radio
Dradio.cpp57 ClearSrcMatchExtEntries(); in Init()
/openthread-latest/src/core/thread/
Dsrc_match_controller.cpp108 Get<Radio>().ClearSrcMatchExtEntries(); in ClearTable()
/openthread-latest/src/core/api/
Dlink_raw_api.cpp196 instance.Get<Radio>().ClearSrcMatchExtEntries(); in otLinkRawSrcMatchClearExtEntries()
/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp536 otError ClearSrcMatchExtEntries(void);
Dradio_spinel.cpp1111 otError RadioSpinel::ClearSrcMatchExtEntries(void) in ClearSrcMatchExtEntries() function in ot::Spinel::RadioSpinel
/openthread-latest/src/posix/platform/
Dradio.cpp446 SuccessOrDie(GetRadioSpinel().ClearSrcMatchExtEntries()); in otPlatRadioClearSrcMatchExtEntries()