An OLSR's routing table entry. More...
#include <olsr-routing-table.h>
Public Member Functions | |
RoutingTableEntry () | |
Public Attributes | |
Ipv4Address | destAddr |
Address of the destination node. | |
Ipv4Address | nextAddr |
Address of the next hop. | |
uint32_t | interface |
Interface index. | |
uint32_t | distance |
Distance in hops to the destination. |
An OLSR's routing table entry.
Definition at line 38 of file olsr-routing-table.h.
ns3::olsr::RoutingTableEntry::RoutingTableEntry | ( | ) | [inline] |
Definition at line 45 of file olsr-routing-table.h.
Address of the destination node.
Definition at line 40 of file olsr-routing-table.h.
Referenced by ns3::olsr::RoutingTable::AddEntry(), ns3::olsr::RoutingTable::FindSendEntry(), and ns3::olsr::OlsrRoutingTableTest::RunTests().
Distance in hops to the destination.
Definition at line 43 of file olsr-routing-table.h.
Referenced by ns3::olsr::RoutingTable::AddEntry(), ns3::olsr::AgentImpl::RoutingTableComputation(), and ns3::olsr::OlsrRoutingTableTest::RunTests().
Interface index.
Definition at line 42 of file olsr-routing-table.h.
Referenced by ns3::olsr::RoutingTable::AddEntry(), ns3::olsr::RoutingTable::RequestIfIndex(), ns3::olsr::RoutingTable::RequestRoute(), ns3::olsr::AgentImpl::RoutingTableComputation(), and ns3::olsr::OlsrRoutingTableTest::RunTests().
Address of the next hop.
Definition at line 41 of file olsr-routing-table.h.
Referenced by ns3::olsr::RoutingTable::AddEntry(), ns3::olsr::RoutingTable::FindSendEntry(), ns3::olsr::RoutingTable::RequestRoute(), ns3::olsr::AgentImpl::RoutingTableComputation(), and ns3::olsr::OlsrRoutingTableTest::RunTests().