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_TRIGGER.h
blobaa1bb8bd0dfa1a457b85ab51fba9e09acca95a89
1 #ifndef _IPT_TRIGGER_H_target
2 #define _IPT_TRIGGER_H_target
4 #define TRIGGER_TIMEOUT 600 /* 600 secs */
6 enum ipt_trigger_type
8 IPT_TRIGGER_DNAT = 1,
9 IPT_TRIGGER_IN = 2,
10 IPT_TRIGGER_OUT = 3,
11 IPT_TRIGGER_REFRESH = 4
14 struct ipt_trigger_ports {
15 u_int16_t mport[2]; /* Related destination port range */
16 u_int16_t rport[2]; /* Port range to map related destination port range to */
19 struct ipt_trigger_info {
20 enum ipt_trigger_type type;
21 u_int16_t proto; /* Related protocol */
22 struct ipt_trigger_ports ports;
25 #endif /*_IPT_TRIGGER_H_target*/