Searched refs:RlocMatch (Results 1 – 2 of 2) sorted by relevance
/openthread-3.4.0/src/core/thread/ |
D | network_data_leader_ftd.cpp | 361 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()
|
D | network_data_leader_ftd.hpp | 308 static bool RlocMatch(uint16_t aFirstRloc16, uint16_t aSecondRloc16, MatchMode aMatchMode);
|