An Interface Association Tuple. More...
#include "olsr-repositories.h"
Public Attributes | |
Ipv4Address | ifaceAddr |
Interface address of a node. | |
Ipv4Address | mainAddr |
Main address of the node. | |
Time | time |
Time at which this tuple expires and must be removed. | |
An Interface Association Tuple.
Definition at line 74 of file olsr-repositories.h.
Ipv4Address ns3::olsr::IfaceAssocTuple::ifaceAddr |
Interface address of a node.
Definition at line 77 of file olsr-repositories.h.
Referenced by ns3::olsr::RoutingProtocol::DoInitialize(), ns3::olsr::operator<<(), ns3::olsr::operator==(), ns3::olsr::RoutingProtocol::ProcessMid(), and ns3::olsr::RoutingProtocol::RoutingTableComputation().
Ipv4Address ns3::olsr::IfaceAssocTuple::mainAddr |
Main address of the node.
Definition at line 79 of file olsr-repositories.h.
Referenced by ns3::olsr::RoutingProtocol::DoInitialize(), ns3::olsr::RoutingProtocol::GetMainAddress(), ns3::olsr::operator<<(), ns3::olsr::operator==(), ns3::olsr::RoutingProtocol::ProcessMid(), and ns3::olsr::RoutingProtocol::RoutingTableComputation().
Time ns3::olsr::IfaceAssocTuple::time |
Time at which this tuple expires and must be removed.
Definition at line 81 of file olsr-repositories.h.
Referenced by ns3::olsr::RoutingProtocol::IfaceAssocTupleTimerExpire(), ns3::olsr::operator<<(), and ns3::olsr::RoutingProtocol::ProcessMid().