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_ipv6 / ip6t_ipv6header.h
blob01dfd445596a3bf01810b0f61568653acda76ac2
1 /* ipv6header match - matches IPv6 packets based
2 on whether they contain certain headers */
4 /* Original idea: Brad Chapman
5 * Rewritten by: Andras Kis-Szabo <kisza@sch.bme.hu> */
8 #ifndef __IPV6HEADER_H
9 #define __IPV6HEADER_H
11 struct ip6t_ipv6header_info {
12 u_int8_t matchflags;
13 u_int8_t invflags;
14 u_int8_t modeflag;
17 #define MASK_HOPOPTS 128
18 #define MASK_DSTOPTS 64
19 #define MASK_ROUTING 32
20 #define MASK_FRAGMENT 16
21 #define MASK_AH 8
22 #define MASK_ESP 4
23 #define MASK_NONE 2
24 #define MASK_PROTO 1
26 #endif /* __IPV6HEADER_H */