OpenVPN
|
#include <dns.h>
Data Fields | |
struct dns_domain * | search_domains |
struct dns_server * | servers_prepull |
struct dns_server * | servers |
struct gc_arena | gc |
struct gc_arena dns_options::gc |
Definition at line 74 of file dns.h.
Referenced by add_option(), clone_dns_options(), init_options(), pre_connect_restore(), and uninit_options().
struct dns_domain* dns_options::search_domains |
Definition at line 71 of file dns.h.
Referenced by add_option(), clone_dns_options(), setenv_dns_options(), show_dns_options(), and tuntap_options_copy_dns().
struct dns_server* dns_options::servers |
Definition at line 73 of file dns.h.
Referenced by add_option(), clone_dns_options(), dns_options_postprocess_pull(), dns_options_preprocess_pull(), dns_options_verify(), setenv_dns_options(), show_dns_options(), and tuntap_options_copy_dns().
struct dns_server* dns_options::servers_prepull |
Definition at line 72 of file dns.h.
Referenced by clone_dns_options(), dns_options_postprocess_pull(), dns_options_preprocess_pull(), dns_options_verify(), and show_dns_options().