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

Lines Matching refs:ipp2p

22     " --ipp2p	Grab all known p2p packets\n"
32 " EXPERIMENTAL protocols (please send feedback to: ipp2p@ipp2p.org) :\n"
39 " '--ipp2p' is equal to '--edk --dc --kazaa --gnu --bit --apple --winmx --soul --ares'\n"
42 "\nSee README included with this package for more details or visit http://www.ipp2p.org\n"
44 " iptables -A FORWARD -m ipp2p --ipp2p -j MARK --set-mark 0x01\n"
45 " iptables -A FORWARD -p udp -m ipp2p --kazaa --bit -j DROP\n"
46 " iptables -A FORWARD -p tcp -m ipp2p --edk --soul -j DROP\n\n"
51 {.name = "ipp2p", .has_arg = false, .val = '1'},
100 case '1': /*cmd: ipp2p*/
103 "ipp2p: `--ipp2p' may only be "
108 "ipp2p: `--ipp2p-data' may only be "
114 "ipp2p: `--ipp2p' may only be "
116 if (invert) xtables_error(PARAMETER_PROBLEM, "ipp2p: invert [!] is not allowed!");
124 "ipp2p: `--edk' may only be "
128 "ipp2p: `--ipp2p' may only be "
132 "ipp2p: `--ipp2p-data' may only be "
136 "ipp2p: use `--edk' OR `--edk-data' but not both of them!");
137 if (invert) xtables_error(PARAMETER_PROBLEM, "ipp2p: invert [!] is not allowed!");
146 "ipp2p: `--dc' may only be "
150 "ipp2p: `--ipp2p' may only be "
154 "ipp2p: `--ipp2p-data' may only be "
158 "ipp2p: use `--dc' OR `--dc-data' but not both of them!");
159 if (invert) xtables_error(PARAMETER_PROBLEM, "ipp2p: invert [!] is not allowed!");
168 "ipp2p: `--gnu' may only be "
172 "ipp2p: `--ipp2p-data' may only be "
176 "ipp2p: `--ipp2p' may only be "
180 "ipp2p: use `--gnu' OR `--gnu-data' but not both of them!");
181 if (invert) xtables_error(PARAMETER_PROBLEM, "ipp2p: invert [!] is not allowed!");
189 "ipp2p: `--kazaa' may only be "
193 "ipp2p: `--ipp2p-data' may only be "
197 "ipp2p: `--ipp2p' may only be "
201 "ipp2p: use `--kazaa' OR `--kazaa-data' but not both of them!");
202 if (invert) xtables_error(PARAMETER_PROBLEM, "ipp2p: invert [!] is not allowed!");
210 "ipp2p: `--bit' may only be "
214 "ipp2p: `--ipp2p' may only be "
216 if (invert) xtables_error(PARAMETER_PROBLEM, "ipp2p: invert [!] is not allowed!");
224 "ipp2p: `--apple' may only be "
228 "ipp2p: `--ipp2p' may only be "
230 if (invert) xtables_error(PARAMETER_PROBLEM, "ipp2p: invert [!] is not allowed!");
239 "ipp2p: `--soul' may only be "
243 "ipp2p: `--ipp2p' may only be "
245 if (invert) xtables_error(PARAMETER_PROBLEM, "ipp2p: invert [!] is not allowed!");
254 "ipp2p: `--winmx' may only be "
258 "ipp2p: `--ipp2p' may only be "
260 if (invert) xtables_error(PARAMETER_PROBLEM, "ipp2p: invert [!] is not allowed!");
268 "ipp2p: `--ares' may only be "
272 "ipp2p: `--ipp2p' may only be "
274 if (invert) xtables_error(PARAMETER_PROBLEM, "ipp2p: invert [!] is not allowed!");
282 "ipp2p: `--mute' may only be "
284 if (invert) xtables_error(PARAMETER_PROBLEM, "ipp2p: invert [!] is not allowed!");
291 "ipp2p: `--waste' may only be "
293 if (invert) xtables_error(PARAMETER_PROBLEM, "ipp2p: invert [!] is not allowed!");
300 "ipp2p: `--ares' may only be "
302 if (invert) xtables_error(PARAMETER_PROBLEM, "ipp2p: invert [!] is not allowed!");
308 if (invert) xtables_error(PARAMETER_PROBLEM, "ipp2p: invert [!] is not allowed!");
314 // "\nipp2p-parameter problem: for ipp2p usage type: iptables -m ipp2p --help\n");
326 "\nipp2p-parameter problem: for ipp2p usage type: iptables -m ipp2p --help\n");
336 printf("ipp2p v%s", IPP2P_VERSION);
337 if ((info->cmd & SHORT_HAND_IPP2P) == SHORT_HAND_IPP2P) printf(" --ipp2p");
338 // if ((info->cmd & SHORT_HAND_DATA) == SHORT_HAND_DATA) printf(" --ipp2p-data");
365 if ((info->cmd & SHORT_HAND_IPP2P) == SHORT_HAND_IPP2P) printf("--ipp2p ");
366 // if ((info->cmd & SHORT_HAND_DATA) == SHORT_HAND_DATA) printf("--ipp2p-data ");
388 struct xtables_match ipp2p=
391 .name = "ipp2p",
408 xtables_register_match(&ipp2p);