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

/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c934 struct secasvar *sav, *nextsav, *candidate, *natt_candidate, *no_natt_candidate, *d; local
941 no_natt_candidate = NULL;
972 if (no_natt_candidate == NULL) {
973 no_natt_candidate = sav;
976 candidate = no_natt_candidate;
993 no_natt_candidate = sav;
1006 no_natt_candidate = sav;
1073 candidate = no_natt_candidate;
1074 else if (no_natt_candidate == NULL)
1079 no_natt_candidate
[all...]

Completed in 16 milliseconds