summaryrefslogtreecommitdiffstats
path: root/libdnet-stripped/include/dnet.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdnet-stripped/include/dnet.h')
-rw-r--r--libdnet-stripped/include/dnet.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/libdnet-stripped/include/dnet.h b/libdnet-stripped/include/dnet.h
new file mode 100644
index 0000000..ca00647
--- /dev/null
+++ b/libdnet-stripped/include/dnet.h
@@ -0,0 +1,33 @@
+/*
+ * dnet.h
+ *
+ * Copyright (c) 2001 Dug Song <dugsong@monkey.org>
+ *
+ * $Id: dnet.h 529 2004-09-10 03:10:01Z dugsong $
+ */
+
+#ifndef DNET_H
+#define DNET_H
+
+#include <dnet/os.h>
+
+#include <dnet/eth.h>
+#include <dnet/ip.h>
+#include <dnet/ip6.h>
+#include <dnet/addr.h>
+#include <dnet/arp.h>
+#include <dnet/icmp.h>
+#include <dnet/icmpv6.h>
+#include <dnet/tcp.h>
+#include <dnet/udp.h>
+#include <dnet/sctp.h>
+
+#include <dnet/intf.h>
+#include <dnet/route.h>
+#include <dnet/fw.h>
+#include <dnet/tun.h>
+
+#include <dnet/blob.h>
+#include <dnet/rand.h>
+
+#endif /* DNET_H */