Home
last modified time | relevance | path

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

/external/openthread/src/core/radio/
Dradio.hpp581 Error ClearSrcMatchShortEntry(Mac::ShortAddress aShortAddress);
852 inline Error Radio::ClearSrcMatchShortEntry(Mac::ShortAddress aShortAddress) in ClearSrcMatchShortEntry() function in ot::Radio
1025 inline Error Radio::ClearSrcMatchShortEntry(Mac::ShortAddress) in ClearSrcMatchShortEntry() function in ot::Radio
/external/openthread/src/core/thread/
Dsrc_match_controller.cpp184 error = Get<Radio>().ClearSrcMatchShortEntry(aChild.GetRloc16()); in ClearEntry()
/external/openthread/src/core/api/
Dlink_raw_api.cpp177 error = instance.Get<Radio>().ClearSrcMatchShortEntry(aShortAddress); in otLinkRawSrcMatchClearShortEntry()
/external/openthread/src/lib/spinel/
Dradio_spinel.hpp406 otError ClearSrcMatchShortEntry(uint16_t aShortAddress);
Dradio_spinel_impl.hpp1299 otError RadioSpinel<InterfaceType, ProcessContextType>::ClearSrcMatchShortEntry(uint16_t aShortAddr… in ClearSrcMatchShortEntry() function in ot::Spinel::RadioSpinel
/external/openthread/src/posix/platform/
Dradio.cpp386 return sRadioSpinel.ClearSrcMatchShortEntry(aShortAddress); in otPlatRadioClearSrcMatchShortEntry()