OSDN Git Service

Check in released NDK version r4.
[android-x86/prebuilt.git] / ndk / android-ndk-r4 / linux / platforms / android-4 / arch-arm / usr / include / linux / netfilter_arp.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_ARP_NETFILTER_H
13 #define __LINUX_ARP_NETFILTER_H
14
15 #include <linux/netfilter.h>
16
17 #define NF_ARP 0
18
19 #define NF_ARP_IN 0
20 #define NF_ARP_OUT 1
21 #define NF_ARP_FORWARD 2
22 #define NF_ARP_NUMHOOKS 3
23
24 #endif