Home
last modified time | relevance | path

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

/openthread-latest/src/core/radio/
Dradio.hpp651 Error AddSrcMatchShortEntry(Mac::ShortAddress aShortAddress);
1014 inline Error Radio::AddSrcMatchShortEntry(Mac::ShortAddress aShortAddress) in AddSrcMatchShortEntry() function in ot::Radio
1125 inline Error Radio::AddSrcMatchShortEntry(Mac::ShortAddress) { return kErrorNone; } in AddSrcMatchShortEntry() function in ot::Radio
/openthread-latest/src/core/thread/
Dsrc_match_controller.cpp144 error = Get<Radio>().AddSrcMatchShortEntry(aChild.GetRloc16()); in AddAddress()
/openthread-latest/src/core/api/
Dlink_raw_api.cpp132 error = instance.Get<Radio>().AddSrcMatchShortEntry(aShortAddress); in otLinkRawSrcMatchAddShortEntry()
/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp475 otError AddSrcMatchShortEntry(uint16_t aShortAddress);
Dradio_spinel.cpp997 otError RadioSpinel::AddSrcMatchShortEntry(uint16_t aShortAddress) in AddSrcMatchShortEntry() function in ot::Spinel::RadioSpinel
/openthread-latest/src/posix/platform/
Dradio.cpp402 return GetRadioSpinel().AddSrcMatchShortEntry(aShortAddress); in otPlatRadioAddSrcMatchShortEntry()