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/
Dcfparse.y2348 struct secprotospec *spspec = newspspec(); variable
2349 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 …]
Dremoteconf.h155 struct secprotospec *spspec; /* the head is always current spec. */ member
Dremoteconf.c631 if (new->spspec != NULL && new->spspec == rmconf->spspec) { in duprmconf_finish()