RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / linux / netfilter_ipv4 / ipt_ipp2p.h
blobe3ceff3cab40f3569e31114c87fb4e7b923e8c41
1 #ifndef __IPT_IPP2P_H
2 #define __IPT_IPP2P_H
3 #define IPP2P_VERSION "0.99.16"
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_NONE 5 /* no short hand*/
15 #define IPP2P_EDK (1 << 1)
16 #define IPP2P_DC (1 << 5)
17 #define IPP2P_GNU (1 << 7)
18 #define IPP2P_KAZAA (1 << 8)
19 #define IPP2P_BIT (1 << 9)
20 #define IPP2P_APPLE (1 << 10)
21 #define IPP2P_SOUL (1 << 11)
22 #define IPP2P_WINMX (1 << 12)
23 #define IPP2P_ARES (1 << 13)
24 #define IPP2P_MUTE (1 << 14)
25 #define IPP2P_WASTE (1 << 15)
26 #define IPP2P_XDCC (1 << 16)
27 #define IPP2P_PP (1 << 17)
28 #define IPP2P_XUNLEI (1 << 18)