Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dcfparse.y1522 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;
Dremoteconf.h118 struct remoteconf *inherited_from; /* the original rmconf member
Dremoteconf.c517 if (p->inherited_from) in dump_rmconf_single()
519 saddr2str(p->inherited_from->remote)); in dump_rmconf_single()