Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/meshcop/
Dmeshcop_leader.cpp165 BorderAgentLocatorTlv *borderAgentLocator; in HandleKeepAlive() local
174 borderAgentLocator = static_cast<BorderAgentLocatorTlv *>( in HandleKeepAlive()
177 if ((borderAgentLocator == nullptr) || (sessionId != mSessionId)) in HandleKeepAlive()
190 if (borderAgentLocator->GetBorderAgentLocator() != rloc) in HandleKeepAlive()
192 borderAgentLocator->SetBorderAgentLocator(rloc); in HandleKeepAlive()
Dmeshcop.cpp304 const BorderAgentLocatorTlv *borderAgentLocator; in GetBorderAgentRloc() local
306 borderAgentLocator = static_cast<const BorderAgentLocatorTlv *>( in GetBorderAgentRloc()
308 VerifyOrExit(borderAgentLocator != nullptr, error = kErrorNotFound); in GetBorderAgentRloc()
310 aRloc = borderAgentLocator->GetBorderAgentLocator(); in GetBorderAgentRloc()