OpenVPN
Data Fields
dns_server_addr Struct Reference

#include <dns.h>

Data Fields

union { 
 
   struct in_addr   a4 
 
   struct in6_addr   a6 
 
in 
 
sa_family_t family
 
in_port_t port
 

Detailed Description

Definition at line 56 of file dns.h.

Field Documentation

◆ a4

struct in_addr dns_server_addr::a4

Definition at line 58 of file dns.h.

Referenced by dns_server_addr_parse(), show_dns_options(), and tuntap_options_postprocess_dns().

◆ a6

struct in6_addr dns_server_addr::a6

Definition at line 59 of file dns.h.

Referenced by dns_server_addr_parse(), show_dns_options(), and tuntap_options_postprocess_dns().

◆ family

sa_family_t dns_server_addr::family

◆ [union]

union { ... } dns_server_addr::in

◆ port

in_port_t dns_server_addr::port

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