Searched refs:testind (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_u32.c46 unsigned int testind, i; local
49 for (testind = 0; testind < data->ntests; ++testind) {
50 ct = &data->tests[testind];
52 if (testind > 0)
109 unsigned int testind = 0, locind = 0, valind = 0; local
110 struct xt_u32_test *ct = &data->tests[testind]; /* current test */
139 data->ntests = ++testind;
141 if (testind > XT_U32_MAXSIZ
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_u32.c46 unsigned int testind, i; local
49 for (testind = 0; testind < data->ntests; ++testind) {
50 ct = &data->tests[testind];
52 if (testind > 0)
109 unsigned int testind = 0, locind = 0, valind = 0; local
110 struct xt_u32_test *ct = &data->tests[testind]; /* current test */
139 data->ntests = ++testind;
141 if (testind > XT_U32_MAXSIZ
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_u32.c20 unsigned int testind; local
33 for (testind = 0; testind < data->ntests; ++testind) {
34 ct = &data->tests[testind];

Completed in 100 milliseconds