Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dhandler.h112 struct ph1handle { struct
113 isakmp_index index;
115 int status; /* status of this SA */
116 int side; /* INITIATOR or RESPONDER */
118 struct sockaddr *remote; /* remote address to negosiate ph1 */
119 struct sockaddr *local; /* local address to negosiate ph1 */
123 struct remoteconf *rmconf; /* pointer to remote configuration */
125 struct isakmpsa *approval; /* pointer to SA(s) approved. */
126 vchar_t *authstr; /* place holder of string for auth. */
129 u_int8_t version; /* ISAKMP version */
[all …]