Searched defs:remoteconf (Results 1 - 2 of 2) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dremoteconf.h1 /* $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 *getrmcon
[all...]
/external/ipsec-tools/
H A Dsetup.c48 #include "remoteconf.h"
313 static void add_proposal(struct remoteconf *remoteconf, argument
325 p->rmconf = remoteconf;
327 if (!remoteconf->proposal) {
329 remoteconf->proposal = p;
331 struct isakmpsa *q = remoteconf->proposal;
350 static void set_pre_shared_key(struct remoteconf *remoteconf, argument
355 remoteconf
368 set_certificates(struct remoteconf *remoteconf, char *user_private_key, char *user_certificate, char *ca_certificate, char *server_certificate) argument
390 set_xauth_and_more(struct remoteconf *remoteconf, char *username, char *password, char *phase1_up, char *script_arg) argument
420 struct remoteconf *remoteconf = NULL; local
[all...]

Completed in 204 milliseconds