OpenVPN
|
#include <openvpn-msg.h>
Data Fields | |
message_header_t | header |
interface_t | iface |
int | disable_nbt |
int | nbt_type |
char | scope_id [256] |
struct in_addr | primary_nbns |
struct in_addr | secondary_nbns |
Definition at line 126 of file openvpn-msg.h.
int nbt_cfg_message_t::disable_nbt |
Definition at line 129 of file openvpn-msg.h.
message_header_t nbt_cfg_message_t::header |
Definition at line 127 of file openvpn-msg.h.
interface_t nbt_cfg_message_t::iface |
Definition at line 128 of file openvpn-msg.h.
int nbt_cfg_message_t::nbt_type |
Definition at line 130 of file openvpn-msg.h.
struct in_addr nbt_cfg_message_t::primary_nbns |
Definition at line 132 of file openvpn-msg.h.
char nbt_cfg_message_t::scope_id[256] |
Definition at line 131 of file openvpn-msg.h.
struct in_addr nbt_cfg_message_t::secondary_nbns |
Definition at line 133 of file openvpn-msg.h.