Home
last modified time | relevance | path

Searched refs:m_attachedRouters (Results 1 – 2 of 2) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/internet/model/
H A Dglobal-router-interface.cc144 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()
H A Dglobal-router-interface.h559 ListOfAttachedRouters_t m_attachedRouters; variable