OpenVPN
Data Fields
nbt_cfg_message_t Struct Reference

#include <openvpn-msg.h>

Collaboration diagram for nbt_cfg_message_t:
Collaboration graph
[legend]

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
 

Detailed Description

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

Field Documentation

◆ disable_nbt

int nbt_cfg_message_t::disable_nbt

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

◆ header

message_header_t nbt_cfg_message_t::header

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

◆ iface

interface_t nbt_cfg_message_t::iface

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

◆ nbt_type

int nbt_cfg_message_t::nbt_type

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

◆ primary_nbns

struct in_addr nbt_cfg_message_t::primary_nbns

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

◆ scope_id

char nbt_cfg_message_t::scope_id[256]

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

◆ secondary_nbns

struct in_addr nbt_cfg_message_t::secondary_nbns

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


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