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

/xnu-2422.115.4/bsd/netkey/
H A Dkey.c1175 u_int stateidx, state, tmpidx, matchidx; local
1210 matchidx = arraysize;
1221 for (stateidx = 0; stateidx < matchidx; stateidx++) {
1228 if (tmpidx >= matchidx)
1304 matchidx = tmpidx;
4035 u_int stateidx, state, matchidx; local
4039 matchidx = _ARRAYLEN(saorder_state_alive);
4045 for (stateidx = 0; stateidx < matchidx; stateidx++) {
4049 matchidx = stateidx;

Completed in 35 milliseconds