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. More... | |
uint32_t | distance |
Distance in hops to the destination. More... | |
uint32_t | interface |
Interface index. More... | |
Ipv4Address | nextAddr |
Address of the next hop. More... | |
An OLSR's routing table entry.
Definition at line 60 of file olsr-routing-protocol.h.
|
inline |
Definition at line 67 of file olsr-routing-protocol.h.
Ipv4Address ns3::olsr::RoutingTableEntry::destAddr |
Address of the destination node.
Definition at line 62 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 65 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 64 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 63 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().