version 1.3.4.2, 2014/01/30 01:03:18
|
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 - 2014 | 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 93 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 107 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 120 SUCH DAMAGE.
|
Line 125 SUCH DAMAGE.
|
#include <aitcfg.h> |
#include <aitcfg.h> |
#include <aitsync.h> |
#include <aitsync.h> |
#include <aitwww.h> |
#include <aitwww.h> |
|
#include <aitsched.h> |
|
|
#include "config.h" |
#include "config.h" |
|
|