OpenVPN
Data Fields
dhcp_options Struct Reference

#include <dns.h>

Data Fields

in_addr_t dns [N_DHCP_ADDR]
 
int dns_len
 
struct in6_addr dns6 [N_DHCP_ADDR]
 
int dns6_len
 
const char * domain
 
const char * domain_search_list [N_SEARCH_LIST_LEN]
 
int domain_search_list_len
 

Detailed Description

Definition at line 92 of file dns.h.

Field Documentation

◆ dns

in_addr_t dhcp_options::dns[N_DHCP_ADDR]

Definition at line 93 of file dns.h.

Referenced by tuntap_options_postprocess_dns().

◆ dns6

struct in6_addr dhcp_options::dns6[N_DHCP_ADDR]

Definition at line 96 of file dns.h.

◆ dns6_len

int dhcp_options::dns6_len

Definition at line 97 of file dns.h.

◆ dns_len

int dhcp_options::dns_len

Definition at line 94 of file dns.h.

◆ domain

const char* dhcp_options::domain

Definition at line 99 of file dns.h.

◆ domain_search_list

const char* dhcp_options::domain_search_list[N_SEARCH_LIST_LEN]

Definition at line 100 of file dns.h.

◆ domain_search_list_len

int dhcp_options::domain_search_list_len

Definition at line 101 of file dns.h.


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