Home
last modified time | relevance | path

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

/external/ipsec-tools/
Dsetup.c313 static void add_proposal(struct remoteconf *remoteconf, in add_proposal() argument
325 p->rmconf = remoteconf; in add_proposal()
327 if (!remoteconf->proposal) { in add_proposal()
329 remoteconf->proposal = p; in add_proposal()
331 struct isakmpsa *q = remoteconf->proposal; in add_proposal()
350 static void set_pre_shared_key(struct remoteconf *remoteconf, in set_pre_shared_key() argument
355 remoteconf->idv = strtovchar(identifier); in set_pre_shared_key()
356 remoteconf->etypes->type = ISAKMP_ETYPE_AGG; in set_pre_shared_key()
358 remoteconf->idvtype = IDTYPE_KEYID; in set_pre_shared_key()
360 remoteconf->idvtype = IDTYPE_FQDN; in set_pre_shared_key()
[all …]
DMakefile27 src/racoon/remoteconf.c \
DAndroid.mk43 src/racoon/remoteconf.c \
DChangeLog156 isakmp_cfg.c, isakmp_inf.c, remoteconf.c: Use utility functions
266 src/racoon/remoteconf.c, src/racoon/sainfo.c,
491 src/racoon/remoteconf.c: From Joy Latten: Add support for SELinux
566 * src/racoon/: remoteconf.h, sainfo.h: Added remoteid/ph1id values
709 isakmp_inf.c, racoon.conf.5, remoteconf.c: From Matthew Grooms:
/external/ipsec-tools/src/racoon/
Dremoteconf.h59 struct remoteconf { struct
118 struct remoteconf *inherited_from; /* the original rmconf argument
130 TAILQ_ENTRY(remoteconf) chain; /* next remote conf */ argument
153 struct remoteconf *rmconf; /* backpointer to remoteconf */
161 typedef struct remoteconf * (rmconf_func_t)(struct remoteconf *rmconf, void *data);
163 extern struct remoteconf *getrmconf __P((struct sockaddr *));
164 extern struct remoteconf *getrmconf_strict
166 extern struct remoteconf *copyrmconf __P((struct sockaddr *));
167 extern struct remoteconf *newrmconf __P((void));
168 extern struct remoteconf *duprmconf __P((struct remoteconf *));
[all …]
Dremoteconf.c80 static TAILQ_HEAD(_rmtree, remoteconf) rmtree, rmtree_save, rmtree_tmp; in TAILQ_HEAD() argument
96 struct remoteconf *
101 struct remoteconf *p;
102 struct remoteconf *anon = NULL;
161 struct remoteconf *
168 struct remoteconf *
171 struct remoteconf *new; in newrmconf()
227 struct remoteconf *
231 struct remoteconf *new, *old;
267 struct remoteconf *
[all …]
Disakmp_var.h58 struct remoteconf;
65 extern int isakmp_ph1begin_i __P((struct remoteconf *, struct sockaddr *,
120 struct remoteconf *, struct sockaddr *, struct sockaddr *));
Dcfparse.y148 static struct remoteconf *cur_rmconf;
161 __P((struct remoteconf *, struct proposalspec *));
164 int, int, time_t, int, int, int, char *, struct remoteconf *));
177 struct remoteconf *rmconf;
1512 struct remoteconf *new;
1538 struct remoteconf *new;
2242 struct remoteconf *rmconf; in set_isakmp_proposal()
2350 struct remoteconf *rmconf;
Dnattraversal.c454 static struct remoteconf *
455 natt_enabled_in_rmconf_stub (struct remoteconf *rmconf, void *data) in natt_enabled_in_rmconf_stub()
Dcfparse.h379 struct remoteconf *rmconf;
Dhandler.h123 struct remoteconf *rmconf; /* pointer to remote configuration */
Dadmin.c407 struct remoteconf *rmconf;
DMakefile.in85 remoteconf.$(OBJEXT) crypto_openssl.$(OBJEXT) \
525 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remoteconf.Po@am__quote@
Disakmp.c1023 struct remoteconf *rmconf; in isakmp_ph1begin_i()
1121 struct remoteconf *rmconf; in isakmp_ph1begin_r()
2148 struct remoteconf *rmconf;
2857 struct remoteconf *rmconf;
Dproposal.c1229 struct remoteconf *conf;
Dhandler.c1321 struct remoteconf *newrmconf; in revalidate_ph1tree_rmconf()
Disakmp_inf.c699 struct remoteconf *rmconf;
Disakmp_quick.c1859 struct remoteconf *conf;
Dpfkey.c1861 struct remoteconf *conf;