Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dsrc_match_controller.cpp130 VerifyOrExit(AddAddress(aChild) == kErrorNone, Enable(false)); in AddEntry()
138 Error SourceMatchController::AddAddress(const Child &aChild) in AddAddress() function in ot::SourceMatchController
204 SuccessOrExit(error = AddAddress(child)); in AddPendingEntries()
Dsrc_match_controller.hpp166 Error AddAddress(const Child &aChild);
/openthread-latest/src/core/mac/
Dmac_filter.hpp117 Error AddAddress(const ExtAddress &aExtAddress);
Dmac_filter.cpp86 Error Filter::AddAddress(const ExtAddress &aExtAddress) in AddAddress() function in ot::Mac::Filter
/openthread-latest/tests/nexus/platform/
Dnexus_node.cpp80 SuccessOrQuit(Get<Mac::Filter>().AddAddress(aNode.Get<Mac::Mac>().GetExtAddress())); in AllowList()
/openthread-latest/src/core/api/
Dlink_api.cpp233 return AsCoreType(aInstance).Get<Mac::Filter>().AddAddress(AsCoreType(aExtAddress)); in otLinkFilterAddAddress()