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_ipp2p.h
blob7033a495dd0e00d7723b465addc814384c781474
1 #ifndef __IPT_IPP2P_H
2 #define __IPT_IPP2P_H
3 #define IPP2P_VERSION "0.8.2-pomng"
5 struct ipt_p2p_info {
6 int cmd;
7 int debug;
8 };
10 #endif //__IPT_IPP2P_H
12 #define SHORT_HAND_IPP2P 1 /* --ipp2p switch*/
13 //#define SHORT_HAND_DATA 4 /* --ipp2p-data switch*/
14 #define SHORT_HAND_NONE 5 /* no short hand*/
16 #define IPP2P_EDK (1 << 1)
17 #define IPP2P_DATA_KAZAA (1 << 2)
18 #define IPP2P_DATA_EDK (1 << 3)
19 #define IPP2P_DATA_DC (1 << 4)
20 #define IPP2P_DC (1 << 5)
21 #define IPP2P_DATA_GNU (1 << 6)
22 #define IPP2P_GNU (1 << 7)
23 #define IPP2P_KAZAA (1 << 8)
24 #define IPP2P_BIT (1 << 9)
25 #define IPP2P_APPLE (1 << 10)
26 #define IPP2P_SOUL (1 << 11)
27 #define IPP2P_WINMX (1 << 12)
28 #define IPP2P_ARES (1 << 13)
29 #define IPP2P_MUTE (1 << 14)
30 #define IPP2P_WASTE (1 << 15)
31 #define IPP2P_XDCC (1 << 16)