Home
last modified time | relevance | path

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

/openthread-latest/src/core/radio/
Dradio.hpp671 Error ClearSrcMatchShortEntry(Mac::ShortAddress aShortAddress);
1019 inline Error Radio::ClearSrcMatchShortEntry(Mac::ShortAddress aShortAddress) in ClearSrcMatchShortEntry() function in ot::Radio
1129 inline Error Radio::ClearSrcMatchShortEntry(Mac::ShortAddress) { return kErrorNone; } in ClearSrcMatchShortEntry() function in ot::Radio
/openthread-latest/src/core/thread/
Dsrc_match_controller.cpp172 error = Get<Radio>().ClearSrcMatchShortEntry(aChild.GetRloc16()); in ClearEntry()
/openthread-latest/src/core/api/
Dlink_raw_api.cpp157 error = instance.Get<Radio>().ClearSrcMatchShortEntry(aShortAddress); in otLinkRawSrcMatchClearShortEntry()
/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp488 otError ClearSrcMatchShortEntry(uint16_t aShortAddress);
Dradio_spinel.cpp1052 otError RadioSpinel::ClearSrcMatchShortEntry(uint16_t aShortAddress) in ClearSrcMatchShortEntry() function in ot::Spinel::RadioSpinel
/openthread-latest/src/posix/platform/
Dradio.cpp421 return GetRadioSpinel().ClearSrcMatchShortEntry(aShortAddress); in otPlatRadioClearSrcMatchShortEntry()