/external/iptables/iptables/ |
iptables-xml.c | 97 #define maxChains 10240 /* max chains per table */ 98 static struct chain chains[maxChains]; variable in typeref:struct:chain 265 if (chains[c].chain && strcmp(chains[c].chain, chain) == 0) 280 if (chains[c].chain && strcmp(chains[c].chain, chain) == 0) { 281 openChain(chains[c].chain, chains[c].policy, 282 &(chains[c].count), '\0'); 285 chains[c].created = 1 [all...] |
ip6tables.c | 223 " List the rules in a chain or all chains\n" 225 " Print the rules in a chain or all chains\n" 226 " --flush -F [chain] Delete all rules in chain or all chains\n" 228 " Zero counters in chain or all chains\n" 825 char *chains; local 834 chains = xtables_malloc(sizeof(xt_chainlabel) * chaincount); 838 strcpy(chains + i*sizeof(xt_chainlabel), chain); 845 && ip6tc_builtin(chains + i*sizeof(xt_chainlabel), 848 ret &= fn(chains + i*sizeof(xt_chainlabel), verbose, handle); 851 free(chains); [all...] |
iptables.c | 217 " List the rules in a chain or all chains\n" 219 " Print the rules in a chain or all chains\n" 220 " --flush -F [chain] Delete all rules in chain or all chains\n" 222 " Zero counters in chain or all chains\n" 810 char *chains; local 819 chains = xtables_malloc(sizeof(xt_chainlabel) * chaincount); 823 strcpy(chains + i*sizeof(xt_chainlabel), chain); 830 && iptc_builtin(chains + i*sizeof(xt_chainlabel), 833 ret &= fn(chains + i*sizeof(xt_chainlabel), verbose, handle); 836 free(chains); [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
dojo-1.6.1.js | 424 // Useful for longer api chains where you have to test each object in 454 // Useful for longer api chains where you have to test each object in 471 // useful for longer api chains where you have to test each object in [all...] |
/external/icu/icu4c/source/layout/ |
MorphTables.h | 50 ChainHeader chains[ANY_NUMBER]; member in struct:MorphTableHeader 54 LE_VAR_ARRAY(MorphTableHeader, chains) 119 ChainHeader2 chains[ANY_NUMBER]; member in struct:MorphTableHeader2 123 LE_VAR_ARRAY(MorphTableHeader2, chains)
|
/external/iptables/libiptc/ |
libiptc.c | 5 * Chains go INPUT, FORWARD, OUTPUT then user chains. 7 * Every chain ends with an unconditional jump: a RETURN for user chains, 138 struct list_head chains; member in struct:xtc_handle 143 unsigned int num_chains; /* number of user defined chains */ 148 int sorted_offsets; /* if chains are received sorted from kernel, 311 * chains in chain list don't change the correctness of the chain 316 * CHAIN_INDEX_INSERT_MAX chains has been added. 344 list_pos=&handle->chains; 346 /* Check for empty array, e.g. no user defined chains */ 546 unsigned int chains = 0; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.osgi_3.6.1.R36x_v20100806.jar | |
org.eclipse.osgi_3.6.2.R36x_v20101103.jar | |