#include <vpnapi.h>
Public Attributes | |
| vpn_ip_addr_t | internal_addr |
| address of client on the internal network | |
| vpn_ip_addr_t | peer_addr |
| address of currently connected headend | |
| uint8_t | local_lan_enabled |
| non-zero if the exclude local lan feature is enabled | |
| vpn_nat_mode_t | nat_mode |
| nat pass through mode | |
| uint16_t | nat_port |
| UDP or TCP port number used for nat passthrough. | |
| vpn_crypto_t | crypto_algorithm |
| encryption algorithm used for securing IPSec traffic | |
| uint16_t | crypto_key_length |
| encryption key length, in bytes | |
| vpn_hash_t | hash_algorithm |
| hash algorithm used for securing IPSec traffic | |
| vpn_compress_t | compress_algorithm |
| IP compression algorithm. | |
| uint32_t | reserved [2] |
Definition at line 329 of file vpnapi.h.
|
|
IP compression algorithm.
|
|
|
encryption algorithm used for securing IPSec traffic
|
|
|
encryption key length, in bytes
|
|
|
hash algorithm used for securing IPSec traffic
|
|
|
address of client on the internal network
|
|
|
non-zero if the exclude local lan feature is enabled
|
|
|
nat pass through mode
|
|
|
UDP or TCP port number used for nat passthrough.
|
|
|
address of currently connected headend
|
|
|
|
1.4.4