Searched refs:remoteconf (Results 1 – 19 of 19) sorted by relevance
/external/ipsec-tools/ |
D | setup.c | 313 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 …]
|
D | Makefile | 27 src/racoon/remoteconf.c \
|
D | Android.mk | 43 src/racoon/remoteconf.c \
|
D | ChangeLog | 156 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/ |
D | remoteconf.h | 59 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 …]
|
D | remoteconf.c | 80 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 …]
|
D | isakmp_var.h | 58 struct remoteconf; 65 extern int isakmp_ph1begin_i __P((struct remoteconf *, struct sockaddr *, 120 struct remoteconf *, struct sockaddr *, struct sockaddr *));
|
D | cfparse.y | 148 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;
|
D | nattraversal.c | 454 static struct remoteconf * 455 natt_enabled_in_rmconf_stub (struct remoteconf *rmconf, void *data) in natt_enabled_in_rmconf_stub()
|
D | cfparse.h | 379 struct remoteconf *rmconf;
|
D | handler.h | 123 struct remoteconf *rmconf; /* pointer to remote configuration */
|
D | admin.c | 407 struct remoteconf *rmconf;
|
D | Makefile.in | 85 remoteconf.$(OBJEXT) crypto_openssl.$(OBJEXT) \ 525 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remoteconf.Po@am__quote@
|
D | isakmp.c | 1023 struct remoteconf *rmconf; in isakmp_ph1begin_i() 1121 struct remoteconf *rmconf; in isakmp_ph1begin_r() 2148 struct remoteconf *rmconf; 2857 struct remoteconf *rmconf;
|
D | proposal.c | 1229 struct remoteconf *conf;
|
D | handler.c | 1321 struct remoteconf *newrmconf; in revalidate_ph1tree_rmconf()
|
D | isakmp_inf.c | 699 struct remoteconf *rmconf;
|
D | isakmp_quick.c | 1859 struct remoteconf *conf;
|
D | pfkey.c | 1861 struct remoteconf *conf;
|