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

  /external/ipsec-tools/src/racoon/
remoteconf.h 49 struct etypes { struct
51 struct etypes *next;
93 struct etypes *etypes; /* exchange type list. the head member in struct:remoteconf
207 extern void deletypes __P((struct etypes *));
208 extern struct etypes * dupetypes __P((struct etypes *));
remoteconf.c 629 if (new->etypes != NULL && new->etypes == rmconf->etypes)
630 new->etypes = dupetypes(new->etypes);
733 if (rmconf->etypes){
734 deletypes(rmconf->etypes);
735 rmconf->etypes=NULL;
801 struct etypes *
803 struct etypes *orig
    [all...]
cfparse.y 157 void freeetypes (struct etypes **etypes);
    [all...]
isakmp.c 1085 iph1->etype = rmconf->etypes->type;
    [all...]
  /external/ipsec-tools/
setup.c 335 remoteconf->etypes->type = ISAKMP_ETYPE_AGG;
421 remoteconf->etypes = racoon_calloc(1, sizeof(struct etypes));
422 remoteconf->etypes->type = ISAKMP_ETYPE_IDENT;
  /prebuilt/common/jython/
jython.jar 

Completed in 103 milliseconds