OSDN Git Service

Check in released NDK version r4.
[android-x86/prebuilt.git] / ndk / android-ndk-r4 / darwin / platforms / android-5 / arch-x86 / usr / include / linux / netfilter_ipv6.h
1 /****************************************************************************
2  ****************************************************************************
3  ***
4  ***   This header was automatically generated from a Linux kernel header
5  ***   of the same name, to make information necessary for userspace to
6  ***   call into the kernel available to libc.  It contains only constants,
7  ***   structures, and macros generated from the original header, and thus,
8  ***   contains no copyrightable information.
9  ***
10  ****************************************************************************
11  ****************************************************************************/
12 #ifndef __LINUX_IP6_NETFILTER_H
13 #define __LINUX_IP6_NETFILTER_H
14
15 #include <linux/netfilter.h>
16
17 #define NFC_IP6_SRC 0x0001
18
19 #define NFC_IP6_DST 0x0002
20
21 #define NFC_IP6_IF_IN 0x0004
22
23 #define NFC_IP6_IF_OUT 0x0008
24
25 #define NFC_IP6_TOS 0x0010
26
27 #define NFC_IP6_PROTO 0x0020
28
29 #define NFC_IP6_OPTIONS 0x0040
30
31 #define NFC_IP6_FRAG 0x0080
32
33 #define NFC_IP6_TCPFLAGS 0x0100
34
35 #define NFC_IP6_SRC_PT 0x0200
36
37 #define NFC_IP6_DST_PT 0x0400
38
39 #define NFC_IP6_PROTO_UNKNOWN 0x2000
40
41 #define NF_IP6_PRE_ROUTING 0
42
43 #define NF_IP6_LOCAL_IN 1
44
45 #define NF_IP6_FORWARD 2
46
47 #define NF_IP6_LOCAL_OUT 3
48
49 #define NF_IP6_POST_ROUTING 4
50 #define NF_IP6_NUMHOOKS 5
51
52 enum nf_ip6_hook_priorities {
53  NF_IP6_PRI_FIRST = INT_MIN,
54  NF_IP6_PRI_CONNTRACK_DEFRAG = -400,
55  NF_IP6_PRI_SELINUX_FIRST = -225,
56  NF_IP6_PRI_CONNTRACK = -200,
57  NF_IP6_PRI_BRIDGE_SABOTAGE_FORWARD = -175,
58  NF_IP6_PRI_MANGLE = -150,
59  NF_IP6_PRI_NAT_DST = -100,
60  NF_IP6_PRI_BRIDGE_SABOTAGE_LOCAL_OUT = -50,
61  NF_IP6_PRI_FILTER = 0,
62  NF_IP6_PRI_NAT_SRC = 100,
63  NF_IP6_PRI_SELINUX_LAST = 225,
64  NF_IP6_PRI_LAST = INT_MAX,
65 };
66
67 #endif