GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / toolchains / hndtools-arm-linux-2.6.36-uclibc-4.5.3 / arm-brcm-linux-uclibcgnueabi / sysroot / usr / include / linux / netfilter / xt_dccp.h
bloba579e1b6f04080fbb92a2f6ba171c80e50c7283c
1 #ifndef _XT_DCCP_H_
2 #define _XT_DCCP_H_
4 #include <linux/types.h>
6 #define XT_DCCP_SRC_PORTS 0x01
7 #define XT_DCCP_DEST_PORTS 0x02
8 #define XT_DCCP_TYPE 0x04
9 #define XT_DCCP_OPTION 0x08
11 #define XT_DCCP_VALID_FLAGS 0x0f
13 struct xt_dccp_info {
14 __u16 dpts[2]; /* Min, Max */
15 __u16 spts[2]; /* Min, Max */
17 __u16 flags;
18 __u16 invflags;
20 __u16 typemask;
21 __u8 option;
24 #endif /* _XT_DCCP_H_ */