An OLSR's routing table entry. More...
#include "olsr-routing-protocol.h"
Public Member Functions | |
RoutingTableEntry () | |
Public Attributes | |
Ipv4Address | destAddr |
Address of the destination node. | |
uint32_t | distance |
Distance in hops to the destination. | |
uint32_t | interface |
Interface index. | |
Ipv4Address | nextAddr |
Address of the next hop. | |
An OLSR's routing table entry.
Definition at line 49 of file olsr-routing-protocol.h.
|
inline |
Definition at line 56 of file olsr-routing-protocol.h.
Ipv4Address ns3::olsr::RoutingTableEntry::destAddr |
Address of the destination node.
Definition at line 51 of file olsr-routing-protocol.h.
Referenced by ns3::olsr::RoutingProtocol::AddEntry(), and ns3::olsr::RoutingProtocol::FindSendEntry().
uint32_t ns3::olsr::RoutingTableEntry::distance |
Distance in hops to the destination.
Definition at line 54 of file olsr-routing-protocol.h.
Referenced by ns3::olsr::RoutingProtocol::AddEntry(), and ns3::olsr::RoutingProtocol::RoutingTableComputation().
uint32_t ns3::olsr::RoutingTableEntry::interface |
Interface index.
Definition at line 53 of file olsr-routing-protocol.h.
Referenced by ns3::olsr::RoutingProtocol::AddEntry(), ns3::olsr::RoutingProtocol::RouteInput(), ns3::olsr::RoutingProtocol::RouteOutput(), and ns3::olsr::RoutingProtocol::RoutingTableComputation().
Ipv4Address ns3::olsr::RoutingTableEntry::nextAddr |
Address of the next hop.
Definition at line 52 of file olsr-routing-protocol.h.
Referenced by ns3::olsr::RoutingProtocol::AddEntry(), ns3::olsr::RoutingProtocol::FindSendEntry(), ns3::olsr::RoutingProtocol::RouteInput(), ns3::olsr::RoutingProtocol::RouteOutput(), and ns3::olsr::RoutingProtocol::RoutingTableComputation().