HomeSort by: relevance | last modified time | path
    Searched refs:remoteconf (Results 1 - 15 of 15) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
remoteconf.h 1 /* $NetBSD: remoteconf.h,v 1.18 2025/03/08 16:39:08 christos Exp $ */
3 /* Id: remoteconf.h,v 1.26 2006/05/06 15:52:44 manubsd Exp */
87 struct remoteconf { struct
149 struct remoteconf *inherited_from; /* the original rmconf
164 TAILQ_ENTRY(remoteconf) chain; /* next remote conf */
189 int (* enum_func)(struct remoteconf *rmconf, void *arg), void *enum_arg);
194 #define RMCONF_ERR_MULTIPLE ((struct remoteconf *) -1)
196 extern int rmconf_match_identity(struct remoteconf *rmconf, vchar_t *id_p);
197 extern struct remoteconf *getrmconf(struct sockaddr *remote, int flags);
198 extern struct remoteconf *getrmconf_by_ph1(struct ph1handle *iph1)
    [all...]
isakmp_var.h 59 struct remoteconf;
64 extern struct ph1handle *isakmp_ph1begin_i(struct remoteconf *,
128 struct remoteconf *, struct sockaddr *, struct sockaddr *);
remoteconf.c 1 /* $NetBSD: remoteconf.c,v 1.32 2025/03/08 16:39:08 christos Exp $ */
3 /* Id: remoteconf.c,v 1.38 2006/05/06 15:52:44 manubsd Exp */
68 #include "remoteconf.h"
83 typedef TAILQ_HEAD(_rmtree, remoteconf) remoteconf_tailq_head_t;
95 rmconf_match_identity(struct remoteconf *rmconf, vchar_t *id_p)
164 rmconf_match_etype_and_approval(struct remoteconf *rmconf, int etype,
194 rmconf_match_type(struct rmconfselector *rmsel, struct remoteconf *rmconf)
300 int (*enum_func)(struct remoteconf *, void *), void *enum_arg)
302 struct remoteconf *p;
333 struct remoteconf *rmconf
    [all...]
cfparse.y 76 #include "remoteconf.h"
140 static struct remoteconf *cur_rmconf = NULL;
147 static void insspspec(struct remoteconf *, struct secprotospec *);
148 void dupspspec_list(struct remoteconf *dst, struct remoteconf *src);
149 void flushspspec(struct remoteconf *);
152 static int set_isakmp_proposal(struct remoteconf *);
155 int, int, time_t, int, int, int, char *, struct remoteconf *);
289 struct remoteconf *rmconf;
1865 struct remoteconf *from, *new
    [all...]
ipsec_doi.h 237 extern vchar_t *ipsecdoi_setph1proposal(struct remoteconf *,
racoonctl.c 219 " %s [opts] establish-sa [-u identity] [-n remoteconf] [-w] <saopts>\n"
531 const char *remoteconf = NULL; local
555 /* Remoteconf name */
556 remoteconf = av[1];
572 remoteconf != NULL)
573 com_len += strlen(remoteconf) + 1;
598 remoteconf != NULL) {
600 remoteconf);
nattraversal.c 58 #include "remoteconf.h"
312 natt_is_enabled(struct remoteconf *rmconf, void *args __unused)
482 natt_enabled_in_rmconf_stub (struct remoteconf *rmconf, void *data __unused)
handler.h 126 struct remoteconf *rmconf; /* pointer to remote configuration */
admin.c 70 #include "remoteconf.h"
425 struct remoteconf *rmconf;
handler.c 73 #include "remoteconf.h"
234 struct remoteconf *rmconf;
1451 struct remoteconf *rmconf;
isakmp.c 78 #include "remoteconf.h"
1035 isakmp_ph1begin_i(struct remoteconf *rmconf,
2125 struct remoteconf *rmconf;
2214 struct remoteconf *conf;
2835 copy_ph1addresses(struct ph1handle *iph1, struct remoteconf *rmconf,
ipsec_doi.c 71 #include "remoteconf.h"
99 static int get_ph1approvalx(struct remoteconf *, void *);
345 get_ph1approvalx(struct remoteconf *rmconf, void *ctx)
2554 ipsecdoi_setph1proposal(struct remoteconf *rmconf, struct isakmpsa *props)
pfkey.c 83 #include "remoteconf.h"
2839 struct remoteconf *rmconf;
3019 struct remoteconf *rmconf;
oakley.c 80 #include "remoteconf.h"
1407 /* copy from remoteconf instead */
2194 oakley_append_rmconf_cr(struct remoteconf *rmconf, void *ctx)
  /src/usr.sbin/racoon/
Makefile 15 proposal.c remoteconf.c safefile.c sainfo.c schedule.c session.c \

Completed in 29 milliseconds