HomeSort by relevance Sort by last modified time
    Searched refs:inherited_from (Results 1 - 3 of 3) sorted by null

  /external/ipsec-tools/src/racoon/
remoteconf.h 149 struct remoteconf *inherited_from; /* the original rmconf member in struct:remoteconf
remoteconf.c 605 new->inherited_from = rmconf;
623 if (new->inherited_from == NULL)
626 rmconf = new->inherited_from;
983 if (p->inherited_from)
985 p->inherited_from->name);
cfparse.y     [all...]

Completed in 90 milliseconds