Searched refs:multiport (Results 1 - 3 of 3) sorted by relevance
/external/iptables/ |
H A D | Android.mk | 52 PF_EXT_SLIB+=hashlimit helper icmp iprange length limit mac multiport #2mark
|
/external/iptables/extensions/ |
H A D | libip6t_multiport.c | 16 "multiport v%s options:\n" 25 " NOTE: this kernel does not support port ranges in multiport.\n", 33 "multiport v%s options:\n" 146 "multiport needs `-p tcp', `-p udp', `-p sctp' or `-p dccp'"); 149 "multiport only works with TCP, UDP, SCTP and DCCP"); 195 "multiport does not support invert"); 199 "multiport can only have one option"); 245 "multiport can only have one option"); 255 exit_error(PARAMETER_PROBLEM, "multiport expection an option"); 290 printf("multiport "); 423 static struct ip6tables_match multiport = { variable in typeref:struct:ip6tables_match [all...] |
H A D | libipt_multiport.c | 17 "multiport v%s options:\n" 26 " NOTE: this kernel does not support port ranges in multiport.\n", 34 "multiport v%s options:\n" 147 "multiport only works with TCP, UDP, UDPLITE, SCTP and DCCP"); 153 "multiport needs `-p tcp', `-p udp', `-p udplite', " 157 "multiport only works with TCP, UDP, UDPLITE, SCTP and DCCP"); 203 "multiport does not support invert"); 207 "multiport can only have one option"); 253 "multiport can only have one option"); 263 exit_error(PARAMETER_PROBLEM, "multiport expectio 431 static struct iptables_match multiport = { variable in typeref:struct:iptables_match [all...] |
Completed in 491 milliseconds