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"
298 static void add_proposal(struct remoteconf *remoteconf, argument
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, argument
340 remoteconf
353 set_certificates(struct remoteconf *remoteconf, char *user_private_key, char *user_certificate, char *ca_certificate, char *server_certificate) argument
375 set_xauth_and_more(struct remoteconf *remoteconf, char *username, char *password, char *phase1_up, char *script_arg) argument
404 struct remoteconf *remoteconf = NULL; local
[all...]

Completed in 321 milliseconds