OSDN Git Service

Check in released NDK version r4.
[android-x86/prebuilt.git] / ndk / android-ndk-r4 / darwin / platforms / android-5 / arch-arm / usr / include / linux / netfilter_bridge.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_BRIDGE_NETFILTER_H
13 #define __LINUX_BRIDGE_NETFILTER_H
14
15 #include <linux/netfilter.h>
16
17 #define NF_BR_PRE_ROUTING 0
18
19 #define NF_BR_LOCAL_IN 1
20
21 #define NF_BR_FORWARD 2
22
23 #define NF_BR_LOCAL_OUT 3
24
25 #define NF_BR_POST_ROUTING 4
26
27 #define NF_BR_BROUTING 5
28 #define NF_BR_NUMHOOKS 6
29
30 #endif