version 1.2.2.8, 2012/03/20 15:26:40
|
version 1.7.8.1, 2021/03/16 22:17:50
|
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 - 2021 |
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 106 SUCH DAMAGE.
|
Line 110 SUCH DAMAGE.
|
#include <net/if_vlan_var.h> |
#include <net/if_vlan_var.h> |
#endif |
#endif |
#if defined(__FreeBSD__) || defined(__NetBSD__) |
#if defined(__FreeBSD__) || defined(__NetBSD__) |
|
#include <ufs/ufs/quota.h> |
|
#include <ufs/ufs/extattr.h> |
#include <ufs/ufs/ufsmount.h> |
#include <ufs/ufs/ufsmount.h> |
#endif |
#endif |
#if defined(__FreeBSD__) |
#if defined(__FreeBSD__) |
Line 115 SUCH DAMAGE.
|
Line 121 SUCH DAMAGE.
|
#endif |
#endif |
#include <openssl/md5.h> |
#include <openssl/md5.h> |
#include <machine/cpufunc.h> |
#include <machine/cpufunc.h> |
#include <aitio.h> | #include <elwix.h> |
#include <aitcfg.h> |
#include <aitcfg.h> |
#include <aitsync.h> |
#include <aitsync.h> |
#include <aitcrc.h> |
|
#include <aitwww.h> |
#include <aitwww.h> |
|
#include <aitsched.h> |
|
|
#include "config.h" |
#include "config.h" |
|
|