Home
last modified time | relevance | path

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

/external/openthread/src/core/radio/
Dradio.hpp559 Error AddSrcMatchShortEntry(Mac::ShortAddress aShortAddress);
842 inline Error Radio::AddSrcMatchShortEntry(Mac::ShortAddress aShortAddress) in AddSrcMatchShortEntry() function in ot::Radio
1015 inline Error Radio::AddSrcMatchShortEntry(Mac::ShortAddress) in AddSrcMatchShortEntry() function in ot::Radio
/external/openthread/src/core/thread/
Dsrc_match_controller.cpp153 error = Get<Radio>().AddSrcMatchShortEntry(aChild.GetRloc16()); in AddAddress()
/external/openthread/src/core/api/
Dlink_raw_api.cpp150 error = instance.Get<Radio>().AddSrcMatchShortEntry(aShortAddress); in otLinkRawSrcMatchAddShortEntry()
/external/openthread/src/lib/spinel/
Dradio_spinel.hpp393 otError AddSrcMatchShortEntry(uint16_t aShortAddress);
Dradio_spinel_impl.hpp1248 otError RadioSpinel<InterfaceType, ProcessContextType>::AddSrcMatchShortEntry(uint16_t aShortAddres… in AddSrcMatchShortEntry() function in ot::Spinel::RadioSpinel
/external/openthread/src/posix/platform/
Dradio.cpp367 return sRadioSpinel.AddSrcMatchShortEntry(aShortAddress); in otPlatRadioAddSrcMatchShortEntry()