Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/radio/
H A Dradio.hpp668 Error AddSrcMatchExtEntry(const Mac::ExtAddress &aExtAddress);
1012 inline Error Radio::AddSrcMatchExtEntry(const Mac::ExtAddress &aExtAddress) in AddSrcMatchExtEntry() function in ot::Radio
1114 inline Error Radio::AddSrcMatchExtEntry(const Mac::ExtAddress &) { return kErrorNone; } in AddSrcMatchExtEntry() function in ot::Radio
/aosp_15_r20/external/openthread/src/core/thread/
H A Dsrc_match_controller.cpp162 error = Get<Radio>().AddSrcMatchExtEntry(address); in AddAddress()
/aosp_15_r20/external/openthread/src/core/api/
H A Dlink_raw_api.cpp152 error = instance.Get<Radio>().AddSrcMatchExtEntry(address); in otLinkRawSrcMatchAddExtEntry()
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dradio_spinel.hpp540 otError AddSrcMatchExtEntry(const otExtAddress &aExtAddress);
H A Dradio_spinel.cpp1004 otError RadioSpinel::AddSrcMatchExtEntry(const otExtAddress &aExtAddress) in AddSrcMatchExtEntry() function in ot::Spinel::RadioSpinel
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dradio.cpp408 return GetRadioSpinel().AddSrcMatchExtEntry(addr); in otPlatRadioAddSrcMatchExtEntry()