Home
last modified time | relevance | path

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

/netbsd/crypto/dist/ipsec-tools/src/racoon/
H A Dremoteconf.h87 struct remoteconf { struct
164 TAILQ_ENTRY(remoteconf) chain; /* next remote conf */ argument
195 #define RMCONF_ERR_MULTIPLE ((struct remoteconf *) -1)
203 extern struct remoteconf *newrmconf __P((void));
204 extern struct remoteconf *duprmconf_shallow __P((struct remoteconf *));
205 extern int duprmconf_finish __P((struct remoteconf *));
206 extern void delrmconf __P((struct remoteconf *));
209 extern void insrmconf __P((struct remoteconf *));
210 extern void remrmconf __P((struct remoteconf *));
212 extern void dupspspec_list __P((struct remoteconf *, struct remoteconf *));
[all …]
H A Dremoteconf.c96 struct remoteconf *rmconf; in rmconf_match_identity()
307 struct remoteconf *p;
381 struct remoteconf *
417 struct remoteconf *
464 struct remoteconf *
468 struct remoteconf *p;
485 struct remoteconf *
488 struct remoteconf *new; in newrmconf()
577 struct remoteconf *
581 struct remoteconf *new;
[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.y148 void dupspspec_list __P((struct remoteconf *dst, struct remoteconf *src));
279 struct remoteconf *rmconf;
1855 struct remoteconf *from, *new;
1888 struct remoteconf *new;
1912 struct remoteconf *from, *new;
1936 struct remoteconf *new;
2635 struct remoteconf *rmconf; in insspspec()
2679 struct remoteconf *dst, *src; in dupspspec_list()
2704 struct remoteconf *rmconf; in flushspspec()
2726 struct remoteconf *rmconf; in set_isakmp_proposal()
[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/crypto/dist/ipsec-tools/
H A DChangeLog.old149 * src/racoon/{remoteconf.c|remoteconf.h|isakmp.c|cfparse.y}: Fix
818 src/racoon/{remoteconf.c|remoteconf.h}: Add a weak_phase1_check
995 src/racoon/{remoteconf.c|remoteconf.h}: factor Xauth info in
1059 src/racoon/{privsep.h|racoon.conf.5|remoteconf.c|remoteconf.h}
1094 src/racoon/{racoonctl.c|remoteconf.c|remoteconf.h|strnames.c}
1246 src/racoon/{racoon.conf.5|remoteconf.c|remoteconf.h}
1272 src/racoon/{racoon.conf.5|remoteconf.c|remoteconf.h|session.c}
1672 src/racoon/{isakmp_var.h,racoon.conf.5,remoteconf.c,remoteconf.h}:
1682 src/racoon/{isakmp_var.h,racoon.conf.5,remoteconf.c,remoteconf.h}:
1709 src/racoon/{remoteconf.c,remoteconf.h,strnames.c}: Client side
[all …]
/netbsd/usr.sbin/racoon/
H A DMakefile17 remoteconf.c crypto_openssl.c algorithm.c \