Searched defs:remoteconf (Results 1 - 2 of 2) sorted by relevance
/external/ipsec-tools/src/racoon/ |
H A D | 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 *getrmcon [all...] |
/external/ipsec-tools/ |
H A D | setup.c | 48 #include "remoteconf.h" 299 static void add_proposal(struct remoteconf *remoteconf, argument 311 p->rmconf = remoteconf; 313 if (!remoteconf->proposal) { 315 remoteconf->proposal = p; 317 struct isakmpsa *q = remoteconf->proposal; 336 static void set_pre_shared_key(struct remoteconf *remoteconf, argument 341 remoteconf 354 set_certificates(struct remoteconf *remoteconf, char *user_private_key, char *user_certificate, char *ca_certificate, char *server_certificate) argument 376 set_xauth_and_more(struct remoteconf *remoteconf, char *username, char *password, char *phase1_up, char *script_arg) argument 405 struct remoteconf *remoteconf = NULL; local [all...] |
Completed in 165 milliseconds