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 106 of file openvpn-msg.h.
int nbt_cfg_message_t::disable_nbt |
Definition at line 109 of file openvpn-msg.h.
message_header_t nbt_cfg_message_t::header |
Definition at line 107 of file openvpn-msg.h.
interface_t nbt_cfg_message_t::iface |
Definition at line 108 of file openvpn-msg.h.
int nbt_cfg_message_t::nbt_type |
Definition at line 110 of file openvpn-msg.h.
struct in_addr nbt_cfg_message_t::primary_nbns |
Definition at line 112 of file openvpn-msg.h.
char nbt_cfg_message_t::scope_id[256] |
Definition at line 111 of file openvpn-msg.h.
struct in_addr nbt_cfg_message_t::secondary_nbns |
Definition at line 113 of file openvpn-msg.h.