Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/radio/
Dradio.hpp648 Error AddSrcMatchShortEntry(Mac::ShortAddress aShortAddress);
998 inline Error Radio::AddSrcMatchShortEntry(Mac::ShortAddress aShortAddress) in AddSrcMatchShortEntry() function in ot::Radio
1103 inline Error Radio::AddSrcMatchShortEntry(Mac::ShortAddress) { return kErrorNone; } in AddSrcMatchShortEntry() function in ot::Radio
/openthread-3.6.0/src/core/thread/
Dsrc_match_controller.cpp153 error = Get<Radio>().AddSrcMatchShortEntry(aChild.GetRloc16()); in AddAddress()
/openthread-3.6.0/src/core/api/
Dlink_raw_api.cpp135 error = instance.Get<Radio>().AddSrcMatchShortEntry(aShortAddress); in otLinkRawSrcMatchAddShortEntry()
/openthread-3.6.0/src/lib/spinel/
Dradio_spinel.hpp508 otError AddSrcMatchShortEntry(uint16_t aShortAddress);
Dradio_spinel.cpp1102 otError RadioSpinel::AddSrcMatchShortEntry(uint16_t aShortAddress) in AddSrcMatchShortEntry() function in ot::Spinel::RadioSpinel
/openthread-3.6.0/src/posix/platform/
Dradio.cpp473 return GetRadioSpinel().AddSrcMatchShortEntry(aShortAddress); in otPlatRadioAddSrcMatchShortEntry()