|
|
|
|
/home/brennan/n-sim/Vaike/linux/system-addons/networking/mesh_dsr.h File ReferenceWSN mesh network routing mechanism - Dynamic Source Routing. More...
#include <sys/socket.h>
#include "mesh_route_api.h"
Go to the source code of this file.
Detailed Description
WSN mesh network routing mechanism - Dynamic Source Routing.
- 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:45
Definition in file mesh_dsr.h.
Function Documentation
void dsr_on_demand_discovery |
( |
protocol_t * |
proto, |
|
|
u_int32_t |
dest |
|
) |
|
|
int dsr_recv_mesh_discovery |
( |
protocol_t * |
proto, |
|
|
int |
sd, |
|
|
int |
num_links |
|
) |
|
|
int dsr_send_mesh_discovery |
( |
protocol_t * |
proto, |
|
|
int |
sd, |
|
|
int |
flags |
|
) |
|
|
Variable Documentation
|
Initial value: { "Dynamic Source Routing", 0x7890, 5, 0, 1,
{ NULL, 0 }, NULL, 0,
-1, 128, 5000, 1500,
CMSG_SPACE(0),
NULL, dsr_on_demand_discovery,
dsr_send_mesh_discovery,
dsr_recv_mesh_discovery, NULL, NULL }
Definition at line 48 of file mesh_dsr.h. |
|