Home
last modified time | relevance | path

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

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dcfparse.y2338 struct secprotospec *spspec = newspspec(); variable
2339 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 …]
H A Dremoteconf.h155 struct secprotospec *spspec; /* the head is always current spec. */ member
H A Dremoteconf.c642 if (new->spspec != NULL && new->spspec == rmconf->spspec) {