OpenVPN
Data Fields
log_entry Struct Reference

#include <manage.h>

Collaboration diagram for log_entry:
Collaboration graph
[legend]

Data Fields

time_t timestamp
 
const char * string
 
in_addr_t local_ip
 
struct in6_addr local_ip6
 
struct openvpn_sockaddr local_sock
 
struct openvpn_sockaddr remote_sock
 
union log_entry_union u
 

Detailed Description

Definition at line 108 of file manage.h.

Field Documentation

◆ local_ip

in_addr_t log_entry::local_ip

Definition at line 112 of file manage.h.

Referenced by log_entry_print(), and management_set_state().

◆ local_ip6

struct in6_addr log_entry::local_ip6

Definition at line 113 of file manage.h.

Referenced by log_entry_print(), and management_set_state().

◆ local_sock

struct openvpn_sockaddr log_entry::local_sock

Definition at line 114 of file manage.h.

Referenced by log_entry_print(), and management_set_state().

◆ remote_sock

struct openvpn_sockaddr log_entry::remote_sock

Definition at line 115 of file manage.h.

Referenced by log_entry_print(), and management_set_state().

◆ string

const char* log_entry::string

◆ timestamp

time_t log_entry::timestamp

◆ u

union log_entry_union log_entry::u

The documentation for this struct was generated from the following file: