Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/thread/
Dnetwork_data_leader_ftd.cpp361 bool Leader::RlocMatch(uint16_t aFirstRloc16, uint16_t aSecondRloc16, MatchMode aMatchMode) in RlocMatch() function in ot::NetworkData::Leader
1124 …if (RlocMatch(server->GetServer16(), aRloc16, aMatchMode) && !ContainsMatchingServer(aExcludeServi… in RemoveRlocInService()
1153 if (RlocMatch(entry->GetRloc(), aRloc16, aMatchMode) && in RemoveRlocInHasRoute()
1182 if (RlocMatch(entry->GetRloc(), aRloc16, aMatchMode) && in RemoveRlocInBorderRouter()
Dnetwork_data_leader_ftd.hpp308 static bool RlocMatch(uint16_t aFirstRloc16, uint16_t aSecondRloc16, MatchMode aMatchMode);