An Association Tuple. More...
#include "olsr-repositories.h"
Public Attributes | |
Time | expirationTime |
Time at which this tuple expires and must be removed. More... | |
Ipv4Address | gatewayAddr |
Main address of the gateway. More... | |
Ipv4Mask | netmask |
Netmask of network reachable through gatewayAddr. More... | |
Ipv4Address | networkAddr |
Network Address of network reachable through gatewayAddr. More... | |
An Association Tuple.
Definition at line 300 of file olsr-repositories.h.
Time ns3::olsr::AssociationTuple::expirationTime |
Time at which this tuple expires and must be removed.
Definition at line 309 of file olsr-repositories.h.
Referenced by ns3::olsr::RoutingProtocol::AssociationTupleTimerExpire(), ns3::olsr::operator<<(), and ns3::olsr::RoutingProtocol::ProcessHna().
Ipv4Address ns3::olsr::AssociationTuple::gatewayAddr |
Main address of the gateway.
Definition at line 303 of file olsr-repositories.h.
Referenced by ns3::olsr::operator<<(), ns3::olsr::operator==(), ns3::olsr::RoutingProtocol::ProcessHna(), and ns3::olsr::RoutingProtocol::RoutingTableComputation().
Ipv4Mask ns3::olsr::AssociationTuple::netmask |
Netmask of network reachable through gatewayAddr.
Definition at line 307 of file olsr-repositories.h.
Referenced by ns3::olsr::operator<<(), ns3::olsr::operator==(), ns3::olsr::RoutingProtocol::ProcessHna(), and ns3::olsr::RoutingProtocol::RoutingTableComputation().
Ipv4Address ns3::olsr::AssociationTuple::networkAddr |
Network Address of network reachable through gatewayAddr.
Definition at line 305 of file olsr-repositories.h.
Referenced by ns3::olsr::operator<<(), ns3::olsr::operator==(), ns3::olsr::RoutingProtocol::ProcessHna(), and ns3::olsr::RoutingProtocol::RoutingTableComputation().