Searched refs:remoteconf (Results 1 – 16 of 16) sorted by relevance
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
| H A D | remoteconf.h | 87 struct remoteconf { struct 149 struct remoteconf *inherited_from; /* the original rmconf argument 164 TAILQ_ENTRY(remoteconf) chain; /* next remote conf */ argument 189 int (* enum_func)(struct remoteconf *rmconf, void *arg), 195 #define RMCONF_ERR_MULTIPLE ((struct remoteconf *) -1) 197 extern int rmconf_match_identity __P((struct remoteconf *rmconf, 199 extern struct remoteconf *getrmconf __P((struct sockaddr *remote, int flags)); 200 extern struct remoteconf *getrmconf_by_ph1 __P((struct ph1handle *iph1)); 201 extern struct remoteconf *getrmconf_by_name __P((const char *name)); 203 extern struct remoteconf *newrmconf __P((void)); [all …]
|
| H A D | remoteconf.c | 83 typedef TAILQ_HEAD(_rmtree, remoteconf) remoteconf_tailq_head_t; 96 struct remoteconf *rmconf; in rmconf_match_identity() 166 rmconf_match_etype_and_approval(struct remoteconf *rmconf, int etype, in rmconf_match_etype_and_approval() 196 rmconf_match_type(struct rmconfselector *rmsel, struct remoteconf *rmconf) in rmconf_match_type() 304 int (* enum_func)(struct remoteconf *rmconf, void *arg); 307 struct remoteconf *p; 338 struct remoteconf *rmconf; 344 rmconf_find(struct remoteconf *rmconf, void *ctx) in rmconf_find() 381 struct remoteconf * 417 struct remoteconf * [all …]
|
| H A D | isakmp_var.h | 59 struct remoteconf; 64 extern struct ph1handle *isakmp_ph1begin_i __P((struct remoteconf *, 129 struct remoteconf *, struct sockaddr *, struct sockaddr *));
|
| H A D | cfparse.y | 140 static struct remoteconf *cur_rmconf = NULL; 147 static void insspspec __P((struct remoteconf *, struct secprotospec *)); 148 void dupspspec_list __P((struct remoteconf *dst, struct remoteconf *src)); 149 void flushspspec __P((struct remoteconf *)); 152 static int set_isakmp_proposal __P((struct remoteconf *)); 155 int, int, time_t, int, int, int, char *, struct remoteconf *)); 279 struct remoteconf *rmconf; 1855 struct remoteconf *from, *new; 1888 struct remoteconf *new; 1912 struct remoteconf *from, *new; [all …]
|
| H A D | racoonctl.c | 553 char *remoteconf = NULL; local 578 remoteconf = av[1]; 594 remoteconf != NULL) 595 com_len += strlen(remoteconf) + 1; 620 remoteconf != NULL) { 622 remoteconf);
|
| H A D | nattraversal.c | 311 natt_is_enabled(struct remoteconf *rmconf, void *args) in natt_is_enabled() 479 natt_enabled_in_rmconf_stub (struct remoteconf *rmconf, void *data) in natt_enabled_in_rmconf_stub()
|
| H A D | ipsec_doi.h | 237 extern vchar_t *ipsecdoi_setph1proposal __P((struct remoteconf *,
|
| H A D | handler.h | 126 struct remoteconf *rmconf; /* pointer to remote configuration */
|
| H A D | handler.c | 242 struct remoteconf *rmconf; 1491 struct remoteconf *rmconf; in revalidate_ph1tree_rmconf()
|
| H A D | admin.c | 426 struct remoteconf *rmconf;
|
| H A D | isakmp.c | 1043 struct remoteconf *rmconf; in isakmp_ph1begin_i() 2162 struct remoteconf *rmconf; 2252 struct remoteconf *conf; 2909 struct remoteconf *rmconf;
|
| H A D | ipsec_doi.c | 99 static int get_ph1approvalx __P((struct remoteconf *, void *)); 351 struct remoteconf *rmconf; in get_ph1approvalx() 2603 struct remoteconf *rmconf; in ipsecdoi_setph1proposal()
|
| H A D | pfkey.c | 2883 struct remoteconf *rmconf; 3063 struct remoteconf *rmconf;
|
| H A D | oakley.c | 2235 oakley_append_rmconf_cr(struct remoteconf *rmconf, void *ctx) in oakley_append_rmconf_cr()
|
| /netbsd-src/crypto/dist/ipsec-tools/ |
| H A D | ChangeLog.old | 149 * src/racoon/{remoteconf.c|remoteconf.h|isakmp.c|cfparse.y}: Fix 183 * src/racoon/{remoteconf.c|proposal.c}: fix memory leak (Coverity) 267 * src/racoon/remoteconf.h: defines for REQUIRE/UNIQUE/NONE 365 * src/racoon/remoteconf.c: strncat -> strlcat 519 remoteconf in revalidate_ph1tree_rmconf() 791 * src/racoon/remoteconf.c: do not honour ports when looking up 818 src/racoon/{remoteconf.c|remoteconf.h}: Add a weak_phase1_check 835 * src/racoon/{misc.h|throttle.c|remoteconf.c|sockmisc.c|privsep.c} 892 * src/racoon/remoteconf.c: fixed dupisakmpsa() and dhgroup. 936 * src/racoon/remoteconf.c: save_rmconf() functions, dupisakmpsa() [all …]
|
| /netbsd-src/usr.sbin/racoon/ |
| H A D | Makefile | 17 remoteconf.c crypto_openssl.c algorithm.c \
|