]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/ipp2p/ipt_ipp2p.h
Kernel-Update und umfassende Arbeiten daran.
[people/pmueller/ipfire-2.x.git] / src / ipp2p / ipt_ipp2p.h
1 #ifndef __IPT_IPP2P_H
2 #define __IPT_IPP2P_H
3 #define IPP2P_VERSION "0.8.2"
4
5 struct ipt_p2p_info {
6 int cmd;
7 int debug;
8 };
9
10 #endif //__IPT_IPP2P_H
11
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*/
15
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)