HomeSort by: relevance | last modified time | path
    Searched defs:remoteconf (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
racoonctl.c 219 " %s [opts] establish-sa [-u identity] [-n remoteconf] [-w] <saopts>\n"
531 const char *remoteconf = NULL; local
555 /* Remoteconf name */
556 remoteconf = av[1];
572 remoteconf != NULL)
573 com_len += strlen(remoteconf) + 1;
598 remoteconf != NULL) {
600 remoteconf);
remoteconf.h 1 /* $NetBSD: remoteconf.h,v 1.18 2025/03/08 16:39:08 christos Exp $ */
3 /* Id: remoteconf.h,v 1.26 2006/05/06 15:52:44 manubsd Exp */
87 struct remoteconf { struct
149 struct remoteconf *inherited_from; /* the original rmconf
164 TAILQ_ENTRY(remoteconf) chain; /* next remote conf */
189 int (* enum_func)(struct remoteconf *rmconf, void *arg), void *enum_arg);
194 #define RMCONF_ERR_MULTIPLE ((struct remoteconf *) -1)
196 extern int rmconf_match_identity(struct remoteconf *rmconf, vchar_t *id_p);
197 extern struct remoteconf *getrmconf(struct sockaddr *remote, int flags);
198 extern struct remoteconf *getrmconf_by_ph1(struct ph1handle *iph1)
    [all...]

Completed in 20 milliseconds