A 2-hop Tuple. More...
#include "olsr-repositories.h"
Public Attributes | |
Time | expirationTime |
Time at which this tuple expires and must be removed. | |
Ipv4Address | neighborMainAddr |
Main address of a neighbor. | |
Ipv4Address | twoHopNeighborAddr |
Main address of a 2-hop neighbor with a symmetric link to nb_main_addr. | |
A 2-hop Tuple.
Definition at line 169 of file olsr-repositories.h.
Time ns3::olsr::TwoHopNeighborTuple::expirationTime |
Time at which this tuple expires and must be removed.
Definition at line 176 of file olsr-repositories.h.
Referenced by ns3::olsr::RoutingProtocol::Nb2hopTupleTimerExpire(), ns3::olsr::operator<<(), and ns3::olsr::RoutingProtocol::PopulateTwoHopNeighborSet().
Ipv4Address ns3::olsr::TwoHopNeighborTuple::neighborMainAddr |
Main address of a neighbor.
Definition at line 172 of file olsr-repositories.h.
Referenced by ns3::olsr::RoutingProtocol::Degree(), ns3::olsr::RoutingProtocol::MprComputation(), ns3::olsr::operator<<(), ns3::olsr::operator==(), ns3::olsr::RoutingProtocol::PopulateTwoHopNeighborSet(), and ns3::olsr::RoutingProtocol::RoutingTableComputation().
Ipv4Address ns3::olsr::TwoHopNeighborTuple::twoHopNeighborAddr |
Main address of a 2-hop neighbor with a symmetric link to nb_main_addr.
Definition at line 174 of file olsr-repositories.h.
Referenced by ns3::olsr::operator<<(), ns3::olsr::operator==(), ns3::olsr::RoutingProtocol::PopulateTwoHopNeighborSet(), and ns3::olsr::RoutingProtocol::RoutingTableComputation().