Home
last modified time | relevance | path

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

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/olsr/model/
H A Dolsr-routing-protocol.h421 Timer m_helloTimer; //!< Timer for the HELLO message. variable
H A Dolsr-routing-protocol.cc203 m_helloTimer (Timer::CANCEL_ON_DESTROY), in RoutingProtocol()
224 m_helloTimer.SetFunction (&RoutingProtocol::HelloTimerExpire, this); in SetIpv4()
2641 m_helloTimer.Schedule (m_helloInterval); in HelloTimerExpire()