#include <aodv/aodv.h>

Public Attributes | |
| struct aodv_rreq * | next |
| pointer to the next item | |
| struct aodv_rreq * | prev |
| pointer to the previous item | |
| struct timeval | buffer_time |
| time until which a request should be buffered | |
| unsigned int | ntries |
| number of times this request has been tried | |
| unsigned int | ttl |
| number of hops through which this request can be propagated | |
| unsigned char | dest_only_flag |
| if true, only the destination should generate a response | |
| unsigned char | grat_rrep_flag |
| if true, generate gratuitous RREPs for the destination (section 7.6.1) | |
| unsigned char | hop_count |
| the number of hops the request has taken through the network | |
| uint32_t | rreq_id |
| unique identifier of the request | |
| aodv_addr_t | destination |
| address to route to | |
| uint32_t | dest_seq |
| last known sequence number for the destination | |
| aodv_addr_t | originator |
| node requesting the route | |
| uint32_t | orig_seq |
| sequence number for the originator | |
| aodv_node_list_t * | path |
| current path toward the destination | |
Definition at line 116 of file aodv.h.
1.5.4