Home
last modified time | relevance | path

Searched refs:GetBorderAgentRloc (Results 1 – 4 of 4) sorted by relevance

/openthread-2.7.6/src/core/meshcop/
Dmeshcop.hpp454 Error GetBorderAgentRloc(ThreadNetif &aNetIf, uint16_t &aRloc);
Dmeshcop.cpp301 Error GetBorderAgentRloc(ThreadNetif &aNetif, uint16_t &aRloc) in GetBorderAgentRloc() function
Djoiner_router.cpp142 SuccessOrExit(error = GetBorderAgentRloc(Get<ThreadNetif>(), borderAgentRloc)); in HandleUdpReceive()
/openthread-2.7.6/src/core/thread/
Dmesh_forwarder_ftd.cpp570 SuccessOrExit(error = MeshCoP::GetBorderAgentRloc(Get<ThreadNetif>(), mMeshDest)); in UpdateIp6RouteFtd()