Searched refs:remoteconf (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dremoteconf.h1 /* $KAME: remoteconf.h,v 1.27 2001/12/07 08:39:39 sakane Exp $ */
41 struct remoteconf { struct
82 LIST_ENTRY(remoteconf) chain; /* next remote conf */
105 struct remoteconf *rmconf; /* backpointer to remoteconf */
108 struct remoteconf *getrmconf __P((struct sockaddr *));
109 extern struct remoteconf *newrmconf __P((void));
110 extern void delrmconf __P((struct remoteconf *));
113 extern void insrmconf __P((struct remoteconf *));
114 extern void remrmconf __P((struct remoteconf *));
[all...]
H A Dremoteconf.c1 /* $KAME: remoteconf.c,v 1.29 2001/12/07 08:39:39 sakane Exp $ */
61 #include "remoteconf.h"
68 static LIST_HEAD(_rmtree, remoteconf) rmtree;
79 struct remoteconf *
83 struct remoteconf *p;
84 struct remoteconf *anon = NULL;
138 struct remoteconf *
141 struct remoteconf *new;
174 struct remoteconf *rmconf;
214 struct remoteconf *ne
[all...]
H A Disakmp_var.h50 struct remoteconf;
57 extern int isakmp_ph1begin_i __P((struct remoteconf *, struct sockaddr *));
106 struct remoteconf *, struct sockaddr *, struct sockaddr *));
H A Dcfparse.y37 #include "remoteconf.h"
87 static struct remoteconf *cur_rmconf;
101 __P((struct remoteconf *, struct proposalspec *));
104 int, int, time_t, int, int, int, char *, struct remoteconf *));
114 struct remoteconf *rmconf;
647 struct remoteconf *new;
652 yyerror("failed to get new remoteconf.");
1124 struct remoteconf *rmconf;
1232 struct remoteconf *rmconf;
H A Dhandler.h105 struct remoteconf *rmconf; /* pointer to remote configuration */
H A Dadmin.c60 #include "remoteconf.h"
276 struct remoteconf *rmconf;
H A Disakmp.c71 #include "remoteconf.h"
728 struct remoteconf *rmconf;
809 struct remoteconf *rmconf;
1632 struct remoteconf *rmconf;
2278 struct remoteconf *rmconf;
H A Disakmp_inf.c71 #include "remoteconf.h"
304 struct remoteconf *rmconf;

Completed in 62 milliseconds