Searched refs:m_attachedRouters (Results 1 – 2 of 2) sorted by relevance
144 m_attachedRouters (), in GlobalRoutingLSA()161 m_attachedRouters (), in GlobalRoutingLSA()217 m_attachedRouters = lsa.m_attachedRouters; in CopyLinkRecords()353 m_attachedRouters.push_back (addr); in AddAttachedRouter()354 return m_attachedRouters.size (); in AddAttachedRouter()361 return m_attachedRouters.size (); in GetNAttachedRouters()369 for ( ListOfAttachedRouters_t::const_iterator i = m_attachedRouters.begin (); in GetAttachedRouter()370 i != m_attachedRouters.end (); in GetAttachedRouter()476 …for ( ListOfAttachedRouters_t::const_iterator i = m_attachedRouters.begin (); i != m_attachedRoute… in Print()
559 ListOfAttachedRouters_t m_attachedRouters; variable