OpenVPN
|
#include <windef.h>
#include <ws2tcpip.h>
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 | wfp_block_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_wfp_block , msg_del_wfp_block , msg_register_dns , msg_enable_dhcp , msg_register_ring_buffers , msg_set_mtu , msg_add_wins_cfg , msg_del_wins_cfg } |
enum | wfp_block_flags_t { wfp_block_local = 1<<0 , wfp_block_dns = 1<<1 } |
enum message_type_t |
Definition at line 30 of file openvpn-msg.h.
enum wfp_block_flags_t |
Enumerator | |
---|---|
wfp_block_local | |
wfp_block_dns |
Definition at line 67 of file openvpn-msg.h.