HomeSort by relevance Sort by last modified time
    Searched defs:remoteconf (Results 1 - 2 of 2) sorted by null

  /external/ipsec-tools/
setup.c 48 #include "remoteconf.h"
298 static void add_proposal(struct remoteconf *remoteconf,
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,
340 remoteconf->idv = strtovchar(identifier)
404 struct remoteconf *remoteconf = NULL; local
    [all...]
  /external/ipsec-tools/src/racoon/
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 *getrmconf __P((struct sockaddr *))
    [all...]

Completed in 860 milliseconds