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"
313 static void add_proposal(struct remoteconf *remoteconf,
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,
355 remoteconf->idv = strtovchar(identifier)
420 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 59 milliseconds