Home
last modified time | relevance | path

Searched refs:AddSrcMatchExtEntry (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/core/thread/
Dsrc_match_controller.cpp150 error = Get<Radio>().AddSrcMatchExtEntry(aChild.GetExtAddress()); in AddAddress()
/openthread-latest/src/core/radio/
Dradio.cpp100 Error Radio::AddSrcMatchExtEntry(const Mac::ExtAddress &aExtAddress) in AddSrcMatchExtEntry() function in ot::Radio
Dradio.hpp661 Error AddSrcMatchExtEntry(const Mac::ExtAddress &aExtAddress);
1127 inline Error Radio::AddSrcMatchExtEntry(const Mac::ExtAddress &) { return kErrorNone; } in AddSrcMatchExtEntry() function in ot::Radio
/openthread-latest/src/core/api/
Dlink_raw_api.cpp145 error = instance.Get<Radio>().AddSrcMatchExtEntry(AsCoreType(aExtAddress)); in otLinkRawSrcMatchAddExtEntry()
/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp512 otError AddSrcMatchExtEntry(const otExtAddress &aExtAddress);
Dradio_spinel.cpp1024 otError RadioSpinel::AddSrcMatchExtEntry(const otExtAddress &aExtAddress) in AddSrcMatchExtEntry() function in ot::Spinel::RadioSpinel
/openthread-latest/src/posix/platform/
Dradio.cpp415 return GetRadioSpinel().AddSrcMatchExtEntry(addr); in otPlatRadioAddSrcMatchExtEntry()