OSDN Git Service

1071ff9840b330db581e68748b32cb845f53b156
[android-x86/development.git] / ndk / build / platforms / android-5 / arch-x86 / usr / include / linux / netfilter_ipv6 / ip6t_HL.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 _IP6T_HL_H
13 #define _IP6T_HL_H
14
15 enum {
16  IP6T_HL_SET = 0,
17  IP6T_HL_INC,
18  IP6T_HL_DEC
19 };
20
21 #define IP6T_HL_MAXMODE IP6T_HL_DEC
22
23 struct ip6t_HL_info {
24  u_int8_t mode;
25  u_int8_t hop_limit;
26 };
27
28 #endif