Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/netkey/
H A Dkey.c1331 u_int stateidx, state, tmpidx, matchidx; in key_allocsa() local
1365 matchidx = arraysize; in key_allocsa()
1383 for (stateidx = 0; stateidx < matchidx; stateidx++) { in key_allocsa()
1390 if (tmpidx >= matchidx) { in key_allocsa()
1414 matchidx = tmpidx; in key_allocsa()
4262 u_int stateidx, state, matchidx; in key_getsavbyspi() local
4266 matchidx = _ARRAYLEN(saorder_state_alive); in key_getsavbyspi()
4274 for (stateidx = 0; stateidx < matchidx; stateidx++) { in key_getsavbyspi()
4278 matchidx = stateidx; in key_getsavbyspi()