Home | History | Annotate | Download | only in racoon

Lines Matching full:inherited_from

1522 			new->inherited_from = getrmconf_strict($4, 1);
1528 if (prspec == NULL || !cur_rmconf->inherited_from
1529 || !cur_rmconf->inherited_from->proposal)
1531 prspec->lifetime = cur_rmconf->inherited_from->proposal->lifetime;
1532 prspec->lifebyte = cur_rmconf->inherited_from->proposal->lifebyte;
1588 && cur_rmconf->inherited_from
1589 && cur_rmconf->inherited_from->prhead) {
1590 cur_rmconf->prhead->spspec = cur_rmconf->inherited_from->prhead->spspec;