version 1.2.2.6, 2011/07/22 14:20:24
|
version 1.7, 2014/02/08 20:57:16
|
Line 12 terms:
|
Line 12 terms:
|
All of the documentation and software included in the ELWIX and AITNET |
All of the documentation and software included in the ELWIX and AITNET |
Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
|
|
Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 | Copyright 2004 - 2014 |
by Michael Pounov <misho@elwix.org>. All rights reserved. |
by Michael Pounov <misho@elwix.org>. All rights reserved. |
|
|
Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
Line 66 SUCH DAMAGE.
|
Line 66 SUCH DAMAGE.
|
#include <sys/types.h> |
#include <sys/types.h> |
#include <sys/param.h> |
#include <sys/param.h> |
#include <sys/stdint.h> |
#include <sys/stdint.h> |
|
#include <sys/endian.h> |
#ifdef HAVE_LIMITS_H |
#ifdef HAVE_LIMITS_H |
#include <sys/limits.h> |
#include <sys/limits.h> |
#endif |
#endif |
Line 92 SUCH DAMAGE.
|
Line 93 SUCH DAMAGE.
|
#include <ifaddrs.h> |
#include <ifaddrs.h> |
#include <sys/ioctl.h> |
#include <sys/ioctl.h> |
#include <sys/sysctl.h> |
#include <sys/sysctl.h> |
|
#include <sys/conf.h> |
|
#include <sys/reboot.h> |
#include <net/if.h> |
#include <net/if.h> |
#include <net/if_dl.h> |
#include <net/if_dl.h> |
#include <net/if_types.h> |
#include <net/if_types.h> |
#include <net/if_media.h> |
#include <net/if_media.h> |
#ifdef __FreeBSD__ |
#ifdef __FreeBSD__ |
#include <net/ethernet.h> |
#include <net/ethernet.h> |
|
#include <sys/gpio.h> |
#endif |
#endif |
#include <net/route.h> |
#include <net/route.h> |
#ifdef __NetBSD__ |
#ifdef __NetBSD__ |
Line 114 SUCH DAMAGE.
|
Line 118 SUCH DAMAGE.
|
#include <net80211/ieee80211_ioctl.h> |
#include <net80211/ieee80211_ioctl.h> |
#endif |
#endif |
#include <openssl/md5.h> |
#include <openssl/md5.h> |
#include <aitio.h> | #include <machine/cpufunc.h> |
| #include <elwix.h> |
#include <aitcfg.h> |
#include <aitcfg.h> |
#include <aitsync.h> |
#include <aitsync.h> |
#include <aitcrc.h> | #include <aitwww.h> |
| #include <aitsched.h> |
|
|
#include "config.h" |
#include "config.h" |
|
|