OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testind
(Results
1 - 1
of
1
) sorted by null
/external/iptables/extensions/
libxt_u32.c
46
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_MAXSIZE
[
all
...]
Completed in 236 milliseconds