Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netkey/
H A Dkey.c872 u_int stateidx; in key_alloc_outbound_sav_for_interface() local
926 for (stateidx = 0; stateidx < arraysize; stateidx++) { in key_alloc_outbound_sav_for_interface()
927 state = saorder_state_valid[stateidx]; in key_alloc_outbound_sav_for_interface()
1036 u_int stateidx, state; in key_allocsa_policy() local
1077 for (stateidx = 0; stateidx < arraysize; stateidx++) { in key_allocsa_policy()
1078 state = saorder_state_valid[stateidx]; in key_allocsa_policy()
1330 u_int stateidx, state, tmpidx, matchidx; in key_allocsa_extended() local
1414 for (stateidx = 0; stateidx < matchidx; stateidx++) { in key_allocsa_extended()
1415 state = saorder_state_valid[stateidx]; in key_allocsa_extended()
1417 tmpidx = stateidx; in key_allocsa_extended()
[all …]