Home
last modified time | relevance | path

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

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A 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 …]
H A Dracoonctl.c553 char *remoteconf = NULL; local