• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables/extensions/

Lines Matching refs:ipp2p

26     " --ipp2p	Grab all known p2p packets\n"
36 " EXPERIMENTAL protocols (please send feedback to: ipp2p@ipp2p.org) :\n"
43 " '--ipp2p' is equal to '--edk --dc --kazaa --gnu --bit --apple --winmx --soul --ares'\n"
46 "\nSee README included with this package for more details or visit http://www.ipp2p.org\n"
48 " iptables -A FORWARD -m ipp2p --ipp2p -j MARK --set-mark 0x01\n"
49 " iptables -A FORWARD -p udp -m ipp2p --kazaa --bit -j DROP\n"
50 " iptables -A FORWARD -p tcp -m ipp2p --edk --soul -j DROP\n\n"
55 { "ipp2p", 0, 0, '1' },
104 case '1': /*cmd: ipp2p*/
107 "ipp2p: `--ipp2p' may only be "
112 "ipp2p: `--ipp2p-data' may only be "
118 "ipp2p: `--ipp2p' may only be "
120 if (invert) exit_error(PARAMETER_PROBLEM, "ipp2p: invert [!] is not allowed!");
128 "ipp2p: `--edk' may only be "
132 "ipp2p: `--ipp2p' may only be "
136 "ipp2p: `--ipp2p-data' may only be "
140 "ipp2p: use `--edk' OR `--edk-data' but not both of them!");
141 if (invert) exit_error(PARAMETER_PROBLEM, "ipp2p: invert [!] is not allowed!");
150 "ipp2p: `--dc' may only be "
154 "ipp2p: `--ipp2p' may only be "
158 "ipp2p: `--ipp2p-data' may only be "
162 "ipp2p: use `--dc' OR `--dc-data' but not both of them!");
163 if (invert) exit_error(PARAMETER_PROBLEM, "ipp2p: invert [!] is not allowed!");
172 "ipp2p: `--gnu' may only be "
176 "ipp2p: `--ipp2p-data' may only be "
180 "ipp2p: `--ipp2p' may only be "
184 "ipp2p: use `--gnu' OR `--gnu-data' but not both of them!");
185 if (invert) exit_error(PARAMETER_PROBLEM, "ipp2p: invert [!] is not allowed!");
193 "ipp2p: `--kazaa' may only be "
197 "ipp2p: `--ipp2p-data' may only be "
201 "ipp2p: `--ipp2p' may only be "
205 "ipp2p: use `--kazaa' OR `--kazaa-data' but not both of them!");
206 if (invert) exit_error(PARAMETER_PROBLEM, "ipp2p: invert [!] is not allowed!");
214 "ipp2p: `--bit' may only be "
218 "ipp2p: `--ipp2p' may only be "
220 if (invert) exit_error(PARAMETER_PROBLEM, "ipp2p: invert [!] is not allowed!");
228 "ipp2p: `--apple' may only be "
232 "ipp2p: `--ipp2p' may only be "
234 if (invert) exit_error(PARAMETER_PROBLEM, "ipp2p: invert [!] is not allowed!");
243 "ipp2p: `--soul' may only be "
247 "ipp2p: `--ipp2p' may only be "
249 if (invert) exit_error(PARAMETER_PROBLEM, "ipp2p: invert [!] is not allowed!");
258 "ipp2p: `--winmx' may only be "
262 "ipp2p: `--ipp2p' may only be "
264 if (invert) exit_error(PARAMETER_PROBLEM, "ipp2p: invert [!] is not allowed!");
272 "ipp2p: `--ares' may only be "
276 "ipp2p: `--ipp2p' may only be "
278 if (invert) exit_error(PARAMETER_PROBLEM, "ipp2p: invert [!] is not allowed!");
286 "ipp2p: `--mute' may only be "
288 if (invert) exit_error(PARAMETER_PROBLEM, "ipp2p: invert [!] is not allowed!");
295 "ipp2p: `--waste' may only be "
297 if (invert) exit_error(PARAMETER_PROBLEM, "ipp2p: invert [!] is not allowed!");
304 "ipp2p: `--ares' may only be "
306 if (invert) exit_error(PARAMETER_PROBLEM, "ipp2p: invert [!] is not allowed!");
312 if (invert) exit_error(PARAMETER_PROBLEM, "ipp2p: invert [!] is not allowed!");
318 // "\nipp2p-parameter problem: for ipp2p usage type: iptables -m ipp2p --help\n");
330 "\nipp2p-parameter problem: for ipp2p usage type: iptables -m ipp2p --help\n");
345 printf("ipp2p v%s", IPP2P_VERSION);
346 if ((info->cmd & SHORT_HAND_IPP2P) == SHORT_HAND_IPP2P) printf(" --ipp2p");
347 // if ((info->cmd & SHORT_HAND_DATA) == SHORT_HAND_DATA) printf(" --ipp2p-data");
379 if ((info->cmd & SHORT_HAND_IPP2P) == SHORT_HAND_IPP2P) printf("--ipp2p ");
380 // if ((info->cmd & SHORT_HAND_DATA) == SHORT_HAND_DATA) printf("--ipp2p-data ");
402 struct xtables_match ipp2p=
405 .name = "ipp2p",
422 xtables_register_match(&ipp2p);