OpenVPN
Data Structures | Enumerations
openvpn-msg.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  message_header_t
 
union  inet_address_t
 
struct  interface_t
 
struct  address_message_t
 
struct  route_message_t
 
struct  dns_cfg_message_t
 
struct  wins_cfg_message_t
 
struct  nbt_cfg_message_t
 
struct  flush_neighbors_message_t
 
struct  ack_message_t
 
struct  block_dns_message_t
 
struct  enable_dhcp_message_t
 
struct  register_ring_buffers_message_t
 
struct  set_mtu_message_t
 

Enumerations

enum  message_type_t {
  msg_acknowledgement, msg_add_address, msg_del_address, msg_add_route,
  msg_del_route, msg_add_dns_cfg, msg_del_dns_cfg, msg_add_nbt_cfg,
  msg_del_nbt_cfg, msg_flush_neighbors, msg_add_block_dns, msg_del_block_dns,
  msg_register_dns, msg_enable_dhcp, msg_register_ring_buffers, msg_set_mtu,
  msg_add_wins_cfg, msg_del_wins_cfg
}
 

Enumeration Type Documentation

◆ message_type_t

Enumerator
msg_acknowledgement 
msg_add_address 
msg_del_address 
msg_add_route 
msg_del_route 
msg_add_dns_cfg 
msg_del_dns_cfg 
msg_add_nbt_cfg 
msg_del_nbt_cfg 
msg_flush_neighbors 
msg_add_block_dns 
msg_del_block_dns 
msg_register_dns 
msg_enable_dhcp 
msg_register_ring_buffers 
msg_set_mtu 
msg_add_wins_cfg 
msg_del_wins_cfg 

Definition at line 27 of file openvpn-msg.h.