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

/external/ipsec-tools/src/racoon/
H A Dcfparse.y1740 if (cur_rmconf->spspec == NULL &&
1742 cur_rmconf->spspec = cur_rmconf->inherited_from->spspec;
2128 struct secprotospec *spspec;
2130 spspec = newspspec();
2131 if (spspec == NULL)
2133 insspspec(cur_rmconf, spspec);
2248 cur_rmconf->spspec->lifetime = $3 * $4;
2257 cur_rmconf->spspec->lifebyte = fix_lifebyte($3 * $4);
2258 if (cur_rmconf->spspec
[all...]
H A Dremoteconf.h155 struct secprotospec *spspec; /* the head is always current spec. */ member in struct:remoteconf
H A Dremoteconf.c653 if (new->spspec != NULL && new->spspec == rmconf->spspec) {
657 /* proposal has been deep copied already from spspec's, see

Completed in 95 milliseconds