|  |  |  |  | /home/brennan/n-sim/Vaike/linux/system-addons/networking/mesh_discovery.c File ReferenceWSN mesh network routing mechanism. More...
#include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/time.h>
 #include <sys/select.h>
 #include <sys/ioctl.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <net/route.h>
 #include <errno.h>
 #include <syslog.h>
 #include <netdb.h>
 #include <pthread.h>
 #include <sched.h>
 #include "sensor_self.h"
 #include "mesh_link.h"
 #include "mesh_discovery.h"
 
Go to the source code of this file. 
 Detailed DescriptionWSN mesh network routing mechanism.
 Revision1.1 
 
Original Author: Sean M. Brennan <brennan@lanl.gov>  Authorsean_m_brennan 
 
Created: August 1, 2007  Date2008/02/03 22:00:44 
 
Definition in file mesh_discovery.c. 
 Function Documentation
 
  
    | 
        
          | void* discover_network | ( | void * | arg | ) |  |  |  
 
  
    | 
        
          | int propagate_routes | ( | protocol_t * | proto, |  
          |  |  | int | flags |  
          |  | ) |  |  |  
 Variable Documentation
 |