Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/ovpn/
H A Dovpn-cli.c94 struct ovpn_ctx { struct
95 enum ovpn_cmd cmd;
97 __u8 key_enc[KEY_LEN];
98 __u8 key_dec[KEY_LEN];
99 __u8 nonce[NONCE_LEN];
101 enum ovpn_cipher_alg cipher;
103 sa_family_t sa_family;
105 unsigned long peer_id;
106 unsigned long lport;
108 union {
[all …]