HomeSort by relevance Sort by last modified time
    Searched refs:remoteconf (Results 1 - 17 of 17) sorted by null

  /external/ipsec-tools/src/racoon/
remoteconf.h 1 /* $NetBSD: remoteconf.h,v 1.7 2006/10/03 08:01:56 vanhu Exp $ */
3 /* Id: remoteconf.h,v 1.26 2006/05/06 15:52:44 manubsd Exp */
59 struct remoteconf { struct
118 struct remoteconf *inherited_from; /* the original rmconf
130 TAILQ_ENTRY(remoteconf) chain; /* next remote conf */
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 *))
    [all...]
remoteconf.c 1 /* $NetBSD: remoteconf.c,v 1.9.4.2 2008/06/18 07:30:19 mgrooms Exp $ */
3 /* Id: remoteconf.c,v 1.38 2006/05/06 15:52:44 manubsd Exp */
67 #include "remoteconf.h"
80 static TAILQ_HEAD(_rmtree, remoteconf) rmtree, rmtree_save, rmtree_tmp;
96 struct remoteconf *
101 struct remoteconf *p;
102 struct remoteconf *anon = NULL;
161 struct remoteconf *
168 struct remoteconf *
171 struct remoteconf *new
    [all...]
isakmp_var.h 58 struct remoteconf;
65 extern int isakmp_ph1begin_i __P((struct remoteconf *, struct sockaddr *,
120 struct remoteconf *, struct sockaddr *, struct sockaddr *));
nattraversal.c 58 #include "remoteconf.h"
454 static struct remoteconf *
455 natt_enabled_in_rmconf_stub (struct remoteconf *rmconf, void *data)
cfparse.h 379 struct remoteconf *rmconf;
cfparse.y 76 #include "remoteconf.h"
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;
    [all...]
handler.h 123 struct remoteconf *rmconf; /* pointer to remote configuration */
admin.c 70 #include "remoteconf.h"
407 struct remoteconf *rmconf;
handler.c 72 #include "remoteconf.h"
1321 struct remoteconf *newrmconf;
isakmp.c 77 #include "remoteconf.h"
1023 struct remoteconf *rmconf;
1123 struct remoteconf *rmconf;
    [all...]
proposal.c 65 #include "remoteconf.h"
1229 struct remoteconf *conf;
isakmp_inf.c 74 #include "remoteconf.h"
700 struct remoteconf *rmconf;
    [all...]
isakmp_quick.c 70 #include "remoteconf.h"
    [all...]
pfkey.c 84 #include "remoteconf.h"
    [all...]
  /external/ipsec-tools/
setup.c 48 #include "remoteconf.h"
298 static void add_proposal(struct remoteconf *remoteconf,
310 p->rmconf = remoteconf;
312 if (!remoteconf->proposal) {
314 remoteconf->proposal = p;
316 struct isakmpsa *q = remoteconf->proposal;
335 static void set_pre_shared_key(struct remoteconf *remoteconf,
340 remoteconf->idv = strtovchar(identifier)
404 struct remoteconf *remoteconf = NULL; local
    [all...]
Makefile 27 src/racoon/remoteconf.c \
Android.mk 43 src/racoon/remoteconf.c \

Completed in 95 milliseconds