Home
last modified time | relevance | path

Searched refs:ContainsExternalRoutes (Results 1 – 3 of 3) sorted by relevance

/openthread-2.7.6/src/core/thread/
Dnetwork_data_local.cpp185 return (Get<Leader>().ContainsExternalRoutes(*this, Get<Mle::MleRouter>().GetRloc16()) && in IsExternalRouteConsistent()
186 ContainsExternalRoutes(Get<Leader>(), Get<Mle::MleRouter>().GetRloc16())); in IsExternalRouteConsistent()
Dnetwork_data.hpp265 bool ContainsExternalRoutes(const NetworkData &aCompare, uint16_t aRloc16) const;
Dnetwork_data.cpp313 bool NetworkData::ContainsExternalRoutes(const NetworkData &aCompare, uint16_t aRloc16) const in ContainsExternalRoutes() function in ot::NetworkData::NetworkData