xt_u32.h revision 655a7c081f83b8351ed5f11a6c6accd9458293a8
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 ***   To edit the content of this header, modify the corresponding
11 ***   source file (e.g. under external/kernel-headers/original/) then
12 ***   run bionic/libc/kernel/tools/update_all.py
13 ***
14 ***   Any manual change here will be lost the next time this script will
15 ***   be run. You've been warned!
16 ***
17 ****************************************************************************
18 ****************************************************************************/
19#ifndef _XT_U32_H
20#define _XT_U32_H 1
21#include <linux/types.h>
22enum xt_u32_ops {
23/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
24 XT_U32_AND,
25 XT_U32_LEFTSH,
26 XT_U32_RIGHTSH,
27 XT_U32_AT,
28/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
29};
30struct xt_u32_location_element {
31 __u32 number;
32 __u8 nextop;
33/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
34};
35struct xt_u32_value_element {
36 __u32 min;
37 __u32 max;
38/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
39};
40#define XT_U32_MAXSIZE 10
41struct xt_u32_test {
42 struct xt_u32_location_element location[XT_U32_MAXSIZE+1];
43/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
44 struct xt_u32_value_element value[XT_U32_MAXSIZE+1];
45 __u8 nnums;
46 __u8 nvalues;
47};
48/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
49struct xt_u32 {
50 struct xt_u32_test tests[XT_U32_MAXSIZE+1];
51 __u8 ntests;
52 __u8 invert;
53/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
54};
55#endif
56