Home
last modified time | relevance | path

Searched defs:remoteconf (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dremoteconf.h87 struct remoteconf { struct
88 char *name; /* remote configuration name */
89 struct sockaddr *remote; /* remote IP address */
93 struct etypes *etypes; /* exchange type list. the head
95 int doitype; /* doi type */
96 int sittype; /* situation type */
98 int idvtype; /* my identifier type */
99 vchar_t *idv; /* my identifier */
100 vchar_t *key; /* my pre-shared key */
101 struct genlist *idvl_p; /* peer's identifiers list */
[all …]
Dremoteconf.c300 int (*enum_func)(struct remoteconf *, void *), void *enum_arg) in enumrmconf()
Dracoonctl.c531 const char *remoteconf = NULL; in f_exchangesa() local