Searched refs:borderAgentLocator (Results 1 – 2 of 2) sorted by relevance
150 BorderAgentLocatorTlv *borderAgentLocator; in HandleTmf() local159 borderAgentLocator = in HandleTmf()162 if ((borderAgentLocator == nullptr) || (sessionId != mSessionId)) in HandleTmf()175 if (borderAgentLocator->GetBorderAgentLocator() != rloc) in HandleTmf()177 borderAgentLocator->SetBorderAgentLocator(rloc); in HandleTmf()
306 const BorderAgentLocatorTlv *borderAgentLocator; in GetBorderAgentRloc() local308 borderAgentLocator = As<BorderAgentLocatorTlv>( in GetBorderAgentRloc()310 VerifyOrExit(borderAgentLocator != nullptr, error = kErrorNotFound); in GetBorderAgentRloc()312 aRloc = borderAgentLocator->GetBorderAgentLocator(); in GetBorderAgentRloc()