Searched refs:borderAgentRloc (Results 1 – 3 of 3) sorted by relevance
198 uint16_t borderAgentRloc; in HandleNotifierEvents() local201 Get<NetworkData::Leader>().FindBorderAgentRloc(borderAgentRloc) != kErrorNone) in HandleNotifierEvents()
266 uint16_t borderAgentRloc; in HandleTmf() local275 …VerifyOrExit(Tlv::Find<MeshCoP::BorderAgentLocatorTlv>(aMessage, borderAgentRloc) == kErrorNotFoun… in HandleTmf()286 if (FindBorderAgentRloc(borderAgentRloc) == kErrorNone) in HandleTmf()288 SuccessOrExit(Tlv::Append<MeshCoP::BorderAgentLocatorTlv>(aMessage, borderAgentRloc)); in HandleTmf()
123 uint16_t borderAgentRloc; in HandleUdpReceive() local128 SuccessOrExit(error = Get<NetworkData::Leader>().FindBorderAgentRloc(borderAgentRloc)); in HandleUdpReceive()144 messageInfo.SetSockAddrToRlocPeerAddrTo(borderAgentRloc); in HandleUdpReceive()