N-sim
Emulation and simulation of
Wireless Sensor Networks



   Home


   Project Page


   Download


   CVS



   Installation


   Configuration


   Plug-ins




 Hosted by
SourceForge.net Logo

/home/brennan/n-sim/Vaike/linux/system-addons/networking/mesh_dsr.c File Reference

WSN mesh network routing mechanism - Dynamic Source Routing. More...

#include "mesh_dsr.h"

Go to the source code of this file.

Enumerations

enum  metric_index { whatever = 0 }

Functions

void dsr_on_demand_discovery (protocol_t *proto, u_int32_t dest)
int dsr_send_mesh_discovery (protocol_t *proto, int sd, int flags)
int dsr_recv_mesh_discovery (protocol_t *proto, int sd, int num_links)


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.c.


Enumeration Type Documentation

enum metric_index
 

Enumerator:
whatever 

Definition at line 38 of file mesh_dsr.c.


Function Documentation

void dsr_on_demand_discovery protocol_t proto,
u_int32_t  dest
 

Definition at line 42 of file mesh_dsr.c.

int dsr_recv_mesh_discovery protocol_t proto,
int  sd,
int  num_links
 

Definition at line 53 of file mesh_dsr.c.

int dsr_send_mesh_discovery protocol_t proto,
int  sd,
int  flags
 

Definition at line 47 of file mesh_dsr.c.


© 2007, Los Alamos National Security, LLC.