Searched refs:spspec (Results 1 – 3 of 3) sorted by relevance
2338 struct secprotospec *spspec = newspspec(); variable2339 if (spspec == NULL)2342 insspspec(cur_rmconf, spspec);2460 cur_rmconf->spspec->lifetime = $3 * $4;2469 cur_rmconf->spspec->lifebyte = fix_lifebyte($3 * $4);2470 if (cur_rmconf->spspec->lifebyte == 0)2477 cur_rmconf->spspec->algclass[algclass_isakmp_dh] = $2;2482 if (cur_rmconf->spspec->vendorid != VENDORID_GSSAPI) {2487 if (cur_rmconf->spspec->gssid != NULL)2488 racoon_free(cur_rmconf->spspec->gssid);[all …]
155 struct secprotospec *spspec; /* the head is always current spec. */ member
642 if (new->spspec != NULL && new->spspec == rmconf->spspec) {