aodv_table_entry Struct Reference
[libaodv]

Routing table entry. More...

#include <aodv/aodv.h>

Collaboration diagram for aodv_table_entry:

Collaboration graph
[legend]

List of all members.

Public Attributes

struct aodv_table_entrynext
 next routing table entry (circular)
struct aodv_table_entryprev
 previous routing table entry (circular)
aodv_prefix_t destination
 prefixed destination
uint32_t dest_seq
 destination's last-known sequence number
aodv_addr_t next_hop
 node through which to forward for this destination
struct timeval lifetime
 expiration time of this route
unsigned char hop_count
 number of hops to the destination
int interface
 outgoing interface to use
unsigned char valid_route
 flag: is this route valid?


Detailed Description

Routing table entry.

These form a circular doubly linked list.

Definition at line 172 of file aodv.h.


The documentation for this struct was generated from the following file:
Generated on Mon Mar 24 11:15:47 2008 for Pydtn Simulator by  doxygen 1.5.4