Home
last modified time | relevance | path

Searched refs:FindBorderAgentRloc (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/thread/
Denergy_scan_server.cpp201 Get<NetworkData::Leader>().FindBorderAgentRloc(borderAgentRloc) != kErrorNone) in HandleNotifierEvents()
Dnetwork_data_leader.cpp541 aDataset.mIsLocatorSet = (FindBorderAgentRloc(aDataset.mLocator) == kErrorNone); in GetCommissioningDataset()
615 Error Leader::FindBorderAgentRloc(uint16_t &aRloc16) const in FindBorderAgentRloc() function in ot::NetworkData::Leader
Dnetwork_data_leader_ftd.cpp124 error = FindBorderAgentRloc(aRloc16); in AnycastLookup()
286 if (FindBorderAgentRloc(borderAgentRloc) == kErrorNone) in HandleTmf()
1336 if (FindBorderAgentRloc(rloc16) == kErrorNone) in HandleNetworkDataRestoredAfterReset()
Dnetwork_data_leader.hpp231 Error FindBorderAgentRloc(uint16_t &aRloc16) const;
/openthread-latest/src/core/meshcop/
Djoiner_router.cpp128 SuccessOrExit(error = Get<NetworkData::Leader>().FindBorderAgentRloc(borderAgentRloc)); in HandleUdpReceive()