Searched refs:ContainsExternalRoutes (Results 1 – 3 of 3) sorted by relevance
185 return (Get<Leader>().ContainsExternalRoutes(*this, Get<Mle::MleRouter>().GetRloc16()) && in IsExternalRouteConsistent()186 ContainsExternalRoutes(Get<Leader>(), Get<Mle::MleRouter>().GetRloc16())); in IsExternalRouteConsistent()
265 bool ContainsExternalRoutes(const NetworkData &aCompare, uint16_t aRloc16) const;
313 bool NetworkData::ContainsExternalRoutes(const NetworkData &aCompare, uint16_t aRloc16) const in ContainsExternalRoutes() function in ot::NetworkData::NetworkData