|
|
|
|
/home/brennan/n-sim/Vaike/linux/system-addons/networking/mesh_aodv.c File ReferenceWSN mesh network routing mechanism - Ad Hoc Distance Vector. More...
#include "mesh_aodv.h"
Go to the source code of this file.
Detailed Description
WSN mesh network routing mechanism - Ad Hoc Distance Vector.
- Revision
- 1.1
Original Author: Sean M. Brennan <brennan@lanl.gov> - Author
- sean_m_brennan
Created: August 1, 2007 - Date
- 2008/02/03 22:00:44
Definition in file mesh_aodv.c.
Enumeration Type Documentation
Function Documentation
void aodv_on_demand_discovery |
( |
protocol_t * |
proto, |
|
|
u_int32_t |
dest |
|
) |
|
|
int aodv_recv_mesh_discovery |
( |
protocol_t * |
proto, |
|
|
int |
sd, |
|
|
int |
num_links |
|
) |
|
|
int aodv_send_mesh_discovery |
( |
protocol_t * |
proto, |
|
|
int |
sd, |
|
|
int |
flags |
|
) |
|
|
|