Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/radio/
Dradio.hpp618 void EnableSrcMatch(bool aEnable);
886 inline void Radio::EnableSrcMatch(bool aEnable) { otPlatRadioEnableSrcMatch(GetInstancePtr(), aEnab… in EnableSrcMatch() function in ot::Radio
987 inline void Radio::EnableSrcMatch(bool) {} in EnableSrcMatch() function in ot::Radio
Dradio.cpp47 EnableSrcMatch(false); in Init()
/openthread-3.5.0/src/core/thread/
Dsrc_match_controller.cpp124 Get<Radio>().EnableSrcMatch(mEnabled); in Enable()
/openthread-3.5.0/src/lib/spinel/
Dradio_spinel.hpp376 otError EnableSrcMatch(bool aEnable);
Dradio_spinel_impl.hpp1072 template <typename InterfaceType> otError RadioSpinel<InterfaceType>::EnableSrcMatch(bool aEnable) in EnableSrcMatch() function in ot::Spinel::RadioSpinel
/openthread-3.5.0/src/core/api/
Dlink_raw_api.cpp122 instance.Get<Radio>().EnableSrcMatch(aEnable); in otLinkRawSrcMatchEnable()
/openthread-3.5.0/src/posix/platform/
Dradio.cpp377 SuccessOrDie(sRadioSpinel.EnableSrcMatch(aEnable)); in otPlatRadioEnableSrcMatch()