A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
aodv-rtable.h File Reference
#include <stdint.h>
#include <cassert>
#include <map>
#include <sys/types.h>
#include "ns3/ipv4.h"
#include "ns3/ipv4-route.h"
#include "ns3/timer.h"
#include "ns3/net-device.h"
#include "ns3/output-stream-wrapper.h"
+ Include dependency graph for aodv-rtable.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ns3::aodv::RoutingTable
 The Routing table used by AODV protocol. More...
 
class  ns3::aodv::RoutingTableEntry
 Routing table entry. More...
 

Namespaces

 ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 
 ns3::aodv
 

Enumerations

enum  ns3::aodv::RouteFlags { ns3::aodv::VALID = 0, ns3::aodv::INVALID = 1, ns3::aodv::IN_SEARCH = 2 }
 Route record states. More...