Home | History | Annotate | Download | only in racoon

Lines Matching defs:remoteconf

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 {
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 *));
164 extern struct remoteconf *getrmconf_strict
166 extern struct remoteconf *copyrmconf __P((struct sockaddr *));
167 extern struct remoteconf *newrmconf __P((void));
168 extern struct remoteconf *duprmconf __P((struct remoteconf *));
169 extern void delrmconf __P((struct remoteconf *));
173 extern void insrmconf __P((struct remoteconf *));
174 extern void remrmconf __P((struct remoteconf *));
181 __P((struct remoteconf *, u_int8_t));
182 extern struct remoteconf *foreachrmconf __P((rmconf_func_t rmconf_func,
188 extern void insisakmpsa __P((struct isakmpsa *, struct remoteconf *));