Home
last modified time | relevance | path

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

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dhandler.h115 struct ph1handle { struct
116 isakmp_index index;
118 int status; /* status of this SA */
119 int side; /* INITIATOR or RESPONDER */
121 struct sockaddr *remote; /* remote address to negosiate ph1 */
122 struct sockaddr *local; /* local address to negosiate ph1 */
126 struct remoteconf *rmconf; /* pointer to remote configuration */
128 struct isakmpsa *approval; /* pointer to SA(s) approved. */
129 vchar_t *authstr; /* place holder of string for auth. */
132 u_int8_t version; /* ISAKMP version */
[all …]