Symbol: remoteconf
crypto/dist/ipsec-tools/src/racoon/admin.c
425
struct remoteconf *rmconf;
crypto/dist/ipsec-tools/src/racoon/cfparse.y
140
static struct remoteconf *cur_rmconf = NULL;
crypto/dist/ipsec-tools/src/racoon/cfparse.y
147
static void insspspec(struct remoteconf *, struct secprotospec *);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
148
void dupspspec_list(struct remoteconf *dst, struct remoteconf *src);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
149
void flushspspec(struct remoteconf *);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
152
static int set_isakmp_proposal(struct remoteconf *);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
155
int, int, time_t, int, int, int, char *, struct remoteconf *);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1865
struct remoteconf *from, *new;
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1898
struct remoteconf *new;
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1922
struct remoteconf *from, *new;
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1946
struct remoteconf *new;
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2644
insspspec(struct remoteconf *rmconf, struct secprotospec *spspec)
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2686
dupspspec_list(struct remoteconf *dst, struct remoteconf *src)
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2710
flushspspec(struct remoteconf *rmconf)
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2731
set_isakmp_proposal(struct remoteconf *rmconf)
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2822
struct remoteconf *rmconf)
crypto/dist/ipsec-tools/src/racoon/cfparse.y
289
struct remoteconf *rmconf;
crypto/dist/ipsec-tools/src/racoon/handler.c
1451
struct remoteconf *rmconf;
crypto/dist/ipsec-tools/src/racoon/handler.c
234
struct remoteconf *rmconf;
crypto/dist/ipsec-tools/src/racoon/handler.h
126
struct remoteconf *rmconf; /* pointer to remote configuration */
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
2554
ipsecdoi_setph1proposal(struct remoteconf *rmconf, struct isakmpsa *props)
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
345
get_ph1approvalx(struct remoteconf *rmconf, void *ctx)
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
99
static int get_ph1approvalx(struct remoteconf *, void *);
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.h
237
extern vchar_t *ipsecdoi_setph1proposal(struct remoteconf *,
crypto/dist/ipsec-tools/src/racoon/isakmp.c
1035
isakmp_ph1begin_i(struct remoteconf *rmconf,
crypto/dist/ipsec-tools/src/racoon/isakmp.c
2124
struct remoteconf *rmconf;
crypto/dist/ipsec-tools/src/racoon/isakmp.c
2213
struct remoteconf *conf;
crypto/dist/ipsec-tools/src/racoon/isakmp.c
2834
copy_ph1addresses(struct ph1handle *iph1, struct remoteconf *rmconf,
crypto/dist/ipsec-tools/src/racoon/isakmp_var.h
128
struct remoteconf *, struct sockaddr *, struct sockaddr *);
crypto/dist/ipsec-tools/src/racoon/isakmp_var.h
59
struct remoteconf;
crypto/dist/ipsec-tools/src/racoon/isakmp_var.h
64
extern struct ph1handle *isakmp_ph1begin_i(struct remoteconf *,
crypto/dist/ipsec-tools/src/racoon/nattraversal.c
312
natt_is_enabled(struct remoteconf *rmconf, void *args __unused)
crypto/dist/ipsec-tools/src/racoon/nattraversal.c
482
natt_enabled_in_rmconf_stub (struct remoteconf *rmconf, void *data __unused)
crypto/dist/ipsec-tools/src/racoon/oakley.c
2194
oakley_append_rmconf_cr(struct remoteconf *rmconf, void *ctx)
crypto/dist/ipsec-tools/src/racoon/pfkey.c
2839
struct remoteconf *rmconf;
crypto/dist/ipsec-tools/src/racoon/pfkey.c
3019
struct remoteconf *rmconf;
crypto/dist/ipsec-tools/src/racoon/racoonctl.c
531
const char *remoteconf = NULL;
crypto/dist/ipsec-tools/src/racoon/racoonctl.c
556
remoteconf = av[1];
crypto/dist/ipsec-tools/src/racoon/racoonctl.c
572
remoteconf != NULL)
crypto/dist/ipsec-tools/src/racoon/racoonctl.c
573
com_len += strlen(remoteconf) + 1;
crypto/dist/ipsec-tools/src/racoon/racoonctl.c
598
remoteconf != NULL) {
crypto/dist/ipsec-tools/src/racoon/racoonctl.c
600
remoteconf);
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
164
rmconf_match_etype_and_approval(struct remoteconf *rmconf, int etype,
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
194
rmconf_match_type(struct rmconfselector *rmsel, struct remoteconf *rmconf)
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
300
int (*enum_func)(struct remoteconf *, void *), void *enum_arg)
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
302
struct remoteconf *p;
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
333
struct remoteconf *rmconf;
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
339
rmconf_find(struct remoteconf *rmconf, void *ctx)
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
376
struct remoteconf *
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
410
struct remoteconf *
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
456
struct remoteconf *
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
459
struct remoteconf *p;
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
476
struct remoteconf *
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
479
struct remoteconf *new;
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
568
struct remoteconf *
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
569
duprmconf_shallow(struct remoteconf *rmconf)
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
571
struct remoteconf *new;
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
596
duprmconf_finish(struct remoteconf *new)
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
598
struct remoteconf *rmconf;
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
702
delrmconf(struct remoteconf *rmconf)
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
804
insrmconf(struct remoteconf *new)
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
818
remrmconf(struct remoteconf *rmconf)
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
826
struct remoteconf *p, *next;
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
83
typedef TAILQ_HEAD(_rmtree, remoteconf) remoteconf_tailq_head_t;
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
864
check_etypeok(struct remoteconf *rmconf, void *ctx)
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
907
insisakmpsa(struct isakmpsa *new, struct remoteconf *rmconf)
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
938
dump_rmconf_single (struct remoteconf *p, void *data __unused)
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
95
rmconf_match_identity(struct remoteconf *rmconf, vchar_t *id_p)
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
149
struct remoteconf *inherited_from; /* the original rmconf
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
164
TAILQ_ENTRY(remoteconf) chain; /* next remote conf */
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
189
int (* enum_func)(struct remoteconf *rmconf, void *arg), void *enum_arg);
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
194
#define RMCONF_ERR_MULTIPLE ((struct remoteconf *) -1)
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
196
extern int rmconf_match_identity(struct remoteconf *rmconf, vchar_t *id_p);
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
197
extern struct remoteconf *getrmconf(struct sockaddr *remote, int flags);
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
198
extern struct remoteconf *getrmconf_by_ph1(struct ph1handle *iph1);
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
199
extern struct remoteconf *getrmconf_by_name(const char *name);
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
201
extern struct remoteconf *newrmconf(void);
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
202
extern struct remoteconf *duprmconf_shallow(struct remoteconf *);
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
203
extern int duprmconf_finish(struct remoteconf *);
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
204
extern void delrmconf(struct remoteconf *);
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
207
extern void insrmconf(struct remoteconf *);
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
208
extern void remrmconf(struct remoteconf *);
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
210
extern void dupspspec_list(struct remoteconf *, struct remoteconf *);
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
211
extern void flushspspec(struct remoteconf *);
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
216
extern int check_etypeok(struct remoteconf *, void *);
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
221
extern void insisakmpsa(struct isakmpsa *, struct remoteconf *);