Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netkey/
H A Dkey.c887 u_int stateidx; in key_alloc_outbound_sav_for_interface() local
941 for (stateidx = 0; stateidx < arraysize; stateidx++) { in key_alloc_outbound_sav_for_interface()
942 state = saorder_state_valid[stateidx]; in key_alloc_outbound_sav_for_interface()
1051 u_int stateidx, state; in key_allocsa_policy() local
1092 for (stateidx = 0; stateidx < arraysize; stateidx++) { in key_allocsa_policy()
1093 state = saorder_state_valid[stateidx]; in key_allocsa_policy()
1331 u_int stateidx, state, tmpidx, matchidx; in key_allocsa() local
1383 for (stateidx = 0; stateidx < matchidx; stateidx++) { in key_allocsa()
1384 state = saorder_state_valid[stateidx]; in key_allocsa()
1386 tmpidx = stateidx; in key_allocsa()
[all …]