A 2-hop Tuple. More...
#include "olsr-repositories.h"
 Collaboration diagram for ns3::olsr::TwoHopNeighborTuple:Public Attributes | |
| Time | expirationTime | 
| Time at which this tuple expires and must be removed.  More... | |
| Ipv4Address | neighborMainAddr | 
| Main address of a neighbor.  More... | |
| Ipv4Address | twoHopNeighborAddr | 
| Main address of a 2-hop neighbor with a symmetric link to nb_main_addr.  More... | |
A 2-hop Tuple.
Definition at line 133 of file olsr-repositories.h.
| Time ns3::olsr::TwoHopNeighborTuple::expirationTime | 
Time at which this tuple expires and must be removed.
Definition at line 140 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 136 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 138 of file olsr-repositories.h.
Referenced by ns3::olsr::operator<<(), ns3::olsr::operator==(), ns3::olsr::RoutingProtocol::PopulateTwoHopNeighborSet(), and ns3::olsr::RoutingProtocol::RoutingTableComputation().