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

/macosx-10.10/xnu-2782.1.97/bsd/netkey/
H A Dkey.c1094 struct secasvar *sav, *nextsav, *candidate, *natt_candidate, *no_natt_candidate, *d; local
1100 natt_candidate = NULL;
1126 if (natt_candidate == NULL) {
1127 natt_candidate = sav;
1130 candidate = natt_candidate;
1151 natt_candidate = sav;
1164 natt_candidate = sav;
1181 if (natt_candidate == NULL)
1184 candidate = natt_candidate;
1186 candidate = natt_candidate;
[all...]

Completed in 110 milliseconds