#include <aodv/aodv.h>

Public Attributes | |
| struct aodv_table_entry * | next |
| next routing table entry (circular) | |
| struct aodv_table_entry * | prev |
| 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? | |
These form a circular doubly linked list.
Definition at line 172 of file aodv.h.
1.5.4