Home
last modified time | relevance | path

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

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dremoteconf.h87 struct remoteconf { struct
149 struct remoteconf *inherited_from; /* the original rmconf argument
164 TAILQ_ENTRY(remoteconf) chain; /* next remote conf */ argument
189 int (* enum_func)(struct remoteconf *rmconf, void *arg),
195 #define RMCONF_ERR_MULTIPLE ((struct remoteconf *) -1)
197 extern int rmconf_match_identity __P((struct remoteconf *rmconf,
199 extern struct remoteconf *getrmconf __P((struct sockaddr *remote, int flags));
200 extern struct remoteconf *getrmconf_by_ph1 __P((struct ph1handle *iph1));
201 extern struct remoteconf *getrmconf_by_name __P((const char *name));
203 extern struct remoteconf *newrmconf __P((void));
[all …]
H A Dremoteconf.c83 typedef TAILQ_HEAD(_rmtree, remoteconf) remoteconf_tailq_head_t;
96 struct remoteconf *rmconf; in rmconf_match_identity()
166 rmconf_match_etype_and_approval(struct remoteconf *rmconf, int etype, in rmconf_match_etype_and_approval()
196 rmconf_match_type(struct rmconfselector *rmsel, struct remoteconf *rmconf) in rmconf_match_type()
304 int (* enum_func)(struct remoteconf *rmconf, void *arg);
307 struct remoteconf *p;
338 struct remoteconf *rmconf;
344 rmconf_find(struct remoteconf *rmconf, void *ctx) in rmconf_find()
381 struct remoteconf *
417 struct remoteconf *
[all …]
H A Disakmp_var.h59 struct remoteconf;
64 extern struct ph1handle *isakmp_ph1begin_i __P((struct remoteconf *,
129 struct remoteconf *, struct sockaddr *, struct sockaddr *));
H A Dcfparse.y140 static struct remoteconf *cur_rmconf = NULL;
147 static void insspspec __P((struct remoteconf *, struct secprotospec *));
148 void dupspspec_list __P((struct remoteconf *dst, struct remoteconf *src));
149 void flushspspec __P((struct remoteconf *));
152 static int set_isakmp_proposal __P((struct remoteconf *));
155 int, int, time_t, int, int, int, char *, struct remoteconf *));
279 struct remoteconf *rmconf;
1855 struct remoteconf *from, *new;
1888 struct remoteconf *new;
1912 struct remoteconf *from, *new;
[all …]
H A Dracoonctl.c553 char *remoteconf = NULL; local
578 remoteconf = av[1];
594 remoteconf != NULL)
595 com_len += strlen(remoteconf) + 1;
620 remoteconf != NULL) {
622 remoteconf);
H A Dnattraversal.c311 natt_is_enabled(struct remoteconf *rmconf, void *args) in natt_is_enabled()
479 natt_enabled_in_rmconf_stub (struct remoteconf *rmconf, void *data) in natt_enabled_in_rmconf_stub()
H A Dipsec_doi.h237 extern vchar_t *ipsecdoi_setph1proposal __P((struct remoteconf *,
H A Dhandler.h126 struct remoteconf *rmconf; /* pointer to remote configuration */
H A Dhandler.c242 struct remoteconf *rmconf;
1491 struct remoteconf *rmconf; in revalidate_ph1tree_rmconf()
H A Dadmin.c426 struct remoteconf *rmconf;
H A Disakmp.c1043 struct remoteconf *rmconf; in isakmp_ph1begin_i()
2162 struct remoteconf *rmconf;
2252 struct remoteconf *conf;
2909 struct remoteconf *rmconf;
H A Dipsec_doi.c99 static int get_ph1approvalx __P((struct remoteconf *, void *));
351 struct remoteconf *rmconf; in get_ph1approvalx()
2603 struct remoteconf *rmconf; in ipsecdoi_setph1proposal()
H A Dpfkey.c2883 struct remoteconf *rmconf;
3063 struct remoteconf *rmconf;
H A Doakley.c2235 oakley_append_rmconf_cr(struct remoteconf *rmconf, void *ctx) in oakley_append_rmconf_cr()
/netbsd-src/crypto/dist/ipsec-tools/
H A DChangeLog.old149 * src/racoon/{remoteconf.c|remoteconf.h|isakmp.c|cfparse.y}: Fix
183 * src/racoon/{remoteconf.c|proposal.c}: fix memory leak (Coverity)
267 * src/racoon/remoteconf.h: defines for REQUIRE/UNIQUE/NONE
365 * src/racoon/remoteconf.c: strncat -> strlcat
519 remoteconf in revalidate_ph1tree_rmconf()
791 * src/racoon/remoteconf.c: do not honour ports when looking up
818 src/racoon/{remoteconf.c|remoteconf.h}: Add a weak_phase1_check
835 * src/racoon/{misc.h|throttle.c|remoteconf.c|sockmisc.c|privsep.c}
892 * src/racoon/remoteconf.c: fixed dupisakmpsa() and dhgroup.
936 * src/racoon/remoteconf.c: save_rmconf() functions, dupisakmpsa()
[all …]
/netbsd-src/usr.sbin/racoon/
H A DMakefile17 remoteconf.c crypto_openssl.c algorithm.c \