GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / linux / netfilter_ipv4 / ipt_ah.h
blob2e555b4d05e324f99d793ec627d3cd3aa3ad0be7
1 #ifndef _IPT_AH_H
2 #define _IPT_AH_H
4 struct ipt_ah {
5 u_int32_t spis[2]; /* Security Parameter Index */
6 u_int8_t invflags; /* Inverse flags */
7 };
11 /* Values for "invflags" field in struct ipt_ah. */
12 #define IPT_AH_INV_SPI 0x01 /* Invert the sense of spi. */
13 #define IPT_AH_INV_MASK 0x01 /* All possible flags. */
15 #endif /*_IPT_AH_H*/