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

/xnu-2782.1.97/bsd/netkey/
H A Dkey.c1227 u_int stateidx, state, tmpidx, matchidx; local
1262 matchidx = arraysize;
1273 for (stateidx = 0; stateidx < matchidx; stateidx++) {
1280 if (tmpidx >= matchidx)
1356 matchidx = tmpidx;
4002 u_int stateidx, state, matchidx; local
4006 matchidx = _ARRAYLEN(saorder_state_alive);
4012 for (stateidx = 0; stateidx < matchidx; stateidx++) {
4016 matchidx = stateidx;

Completed in 27 milliseconds