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.c95 struct ovpn_ctx { struct
96 enum ovpn_cmd cmd;
98 __u8 key_enc[KEY_LEN];
99 __u8 key_dec[KEY_LEN];
100 __u8 nonce[NONCE_LEN];
102 enum ovpn_cipher_alg cipher;
104 sa_family_t sa_family;
106 unsigned long peer_id;
107 unsigned long lport;
109 union {
[all …]