summaryrefslogtreecommitdiff
path: root/sysroot/usr/include/linux/netfilter_ipv4/ipt_dccp.h
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2012-04-17 20:05:08 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-04-17 20:05:08 -0700
commit78060bd30f50c43c7442f32e7740efcdb87ba587 (patch)
tree1e867c19b9592103f72f6edcd9f6eb2d64bee571 /sysroot/usr/include/linux/netfilter_ipv4/ipt_dccp.h
parentab3b7cbd040e44324deb24cf68f5c4b92631d2a6 (diff)
parent89f86579c259fb217b18f2414787220f45ece7fd (diff)
downloadmipsel-linux-android-4.4.3-78060bd30f50c43c7442f32e7740efcdb87ba587.tar.gz
Diffstat (limited to 'sysroot/usr/include/linux/netfilter_ipv4/ipt_dccp.h')
-rw-r--r--sysroot/usr/include/linux/netfilter_ipv4/ipt_dccp.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/sysroot/usr/include/linux/netfilter_ipv4/ipt_dccp.h b/sysroot/usr/include/linux/netfilter_ipv4/ipt_dccp.h
new file mode 100644
index 0000000..c1212c9
--- /dev/null
+++ b/sysroot/usr/include/linux/netfilter_ipv4/ipt_dccp.h
@@ -0,0 +1,26 @@
+/****************************************************************************
+ ****************************************************************************
+ ***
+ *** This header was automatically generated from a Linux kernel header
+ *** of the same name, to make information necessary for userspace to
+ *** call into the kernel available to libc. It contains only constants,
+ *** structures, and macros generated from the original header, and thus,
+ *** contains no copyrightable information.
+ ***
+ ****************************************************************************
+ ****************************************************************************/
+#ifndef _IPT_DCCP_H_
+#define _IPT_DCCP_H_
+
+#include <linux/netfilter/xt_dccp.h>
+#define IPT_DCCP_SRC_PORTS XT_DCCP_SRC_PORTS
+#define IPT_DCCP_DEST_PORTS XT_DCCP_DEST_PORTS
+#define IPT_DCCP_TYPE XT_DCCP_TYPE
+#define IPT_DCCP_OPTION XT_DCCP_OPTION
+
+#define IPT_DCCP_VALID_FLAGS XT_DCCP_VALID_FLAGS
+
+#define ipt_dccp_info xt_dccp_info
+
+#endif
+