Searched refs:MatchMode (Results 1 – 2 of 2) sorted by relevance
/openthread-2.7.6/src/core/thread/ |
D | network_data_leader_ftd.hpp | 75 enum MatchMode : uint8_t enum in ot::NetworkData::Leader 144 void RemoveBorderRouter(uint16_t aRloc16, MatchMode aMatchMode); 232 void RemoveRloc(uint16_t aRloc16, MatchMode aMatchMode, ChangedFlags &aChangedFlags); 234 MatchMode aMatchMode, 240 MatchMode aMatchMode, 245 MatchMode aMatchMode, 251 MatchMode aMatchMode, 257 MatchMode aMatchMode, 261 static bool RlocMatch(uint16_t aFirstRloc16, uint16_t aSecondRloc16, MatchMode aMatchMode);
|
D | network_data_leader_ftd.cpp | 126 void Leader::RemoveBorderRouter(uint16_t aRloc16, MatchMode aMatchMode) in RemoveBorderRouter() 376 bool Leader::RlocMatch(uint16_t aFirstRloc16, uint16_t aSecondRloc16, MatchMode aMatchMode) in RlocMatch() 1038 void Leader::RemoveRloc(uint16_t aRloc16, MatchMode aMatchMode, ChangedFlags &aChangedFlags) in RemoveRloc() 1044 MatchMode aMatchMode, in RemoveRloc() 1108 MatchMode aMatchMode, in RemoveRlocInPrefix() 1172 MatchMode aMatchMode, in RemoveRlocInService() 1201 MatchMode aMatchMode, in RemoveRlocInHasRoute() 1230 MatchMode aMatchMode, in RemoveRlocInBorderRouter()
|