Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dcfparse.y101 struct secprotospec *spspec; /* the head is always current spec. */ member
1587 if (cur_rmconf->prhead->spspec == NULL
1590 cur_rmconf->prhead->spspec = cur_rmconf->inherited_from->prhead->spspec;
1925 struct secprotospec *spspec; variable
1927 spspec = newspspec();
1928 if (spspec == NULL)
1930 insspspec(spspec, &cur_rmconf->prhead);
2031 cur_rmconf->prhead->spspec->lifetime = $3 * $4;
2040 cur_rmconf->prhead->spspec->lifebyte = fix_lifebyte($3 * $4);
2041 if (cur_rmconf->prhead->spspec->lifebyte == 0)
[all …]