Searched refs:spspec (Results 1 – 3 of 3) sorted by relevance
2348 struct secprotospec *spspec = newspspec(); variable2349 if (spspec == NULL)2352 insspspec(cur_rmconf, spspec);2470 cur_rmconf->spspec->lifetime = $3 * $4;2479 cur_rmconf->spspec->lifebyte = fix_lifebyte($3 * $4);2480 if (cur_rmconf->spspec->lifebyte == 0)2487 cur_rmconf->spspec->algclass[algclass_isakmp_dh] = $2;2492 if (cur_rmconf->spspec->vendorid != VENDORID_GSSAPI) {2497 if (cur_rmconf->spspec->gssid != NULL)2498 racoon_free(cur_rmconf->spspec->gssid);[all …]
155 struct secprotospec *spspec; /* the head is always current spec. */ member
631 if (new->spspec != NULL && new->spspec == rmconf->spspec) { in duprmconf_finish()