Home
last modified time | relevance | path

Searched refs:borderAgentLocator (Results 1 – 2 of 2) sorted by relevance

/openthread-3.4.0/src/core/meshcop/
Dmeshcop_leader.cpp150 BorderAgentLocatorTlv *borderAgentLocator; in HandleTmf() local
159 borderAgentLocator = in HandleTmf()
162 if ((borderAgentLocator == nullptr) || (sessionId != mSessionId)) in HandleTmf()
175 if (borderAgentLocator->GetBorderAgentLocator() != rloc) in HandleTmf()
177 borderAgentLocator->SetBorderAgentLocator(rloc); in HandleTmf()
Dmeshcop.cpp306 const BorderAgentLocatorTlv *borderAgentLocator; in GetBorderAgentRloc() local
308 borderAgentLocator = As<BorderAgentLocatorTlv>( in GetBorderAgentRloc()
310 VerifyOrExit(borderAgentLocator != nullptr, error = kErrorNotFound); in GetBorderAgentRloc()
312 aRloc = borderAgentLocator->GetBorderAgentLocator(); in GetBorderAgentRloc()