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/OrbisQuartus/server/l4/patches/lwip-ore/lwip_ore.h

Go to the documentation of this file.
00001 
00011 /*
00012  * Copyright 2007. Los Alamos National Security, LLC. This material
00013  * was produced under U.S. Government contract DE-AC52-06NA25396 for
00014  * Los Alamos National Laboratory (LANL), which is operated by Los
00015  * Alamos National Security, LLC, for the Department of Energy. The
00016  * U.S. Government has rights to use, reproduce, and distribute this
00017  * software. NEITHER THE GOVERNMENT NOR LOS ALAMOS NATIONAL SECURITY,
00018  * LLC, MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY LEGAL
00019  * LIABILITY FOR THE USE OF THIS SOFTWARE. If software is modified to
00020  * produce derivative works, such modified software should be clearly
00021  * marked, so as not to confuse it with the version available from LANL.
00022  *
00023  * Additionally, this program is free software; you can redistribute
00024  * it and/or modify it under the terms of the GNU General Public
00025  * License as published by the Free Software Foundation; version 2 of
00026  * the License. Accordingly, this program is distributed in the hope
00027  * it will be useful, but WITHOUT ANY WARRANTY; without even the
00028  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00029  * PURPOSE. See the GNU General Public License for more details.
00030  */
00031 
00032 
00033 #ifndef _LWIP_ORE_H_
00034 #define _LWIP_ORE_H_
00035 
00036 
00037 struct ore_net_cfg {
00038   struct ip_addr ipaddr, netmask, gateway;
00039 };
00040 
00041 void lwip_ore_init(void *args);
00042 
00043 
00044 #endif  //  _LWIP_ORE_H_


© 2007, Los Alamos National Security, LLC.