OpenVPN
Functions
domain_helper.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static bool is_allowed_domain_ascii (unsigned char c)
 
static bool validate_domain (const char *domain)
 

Function Documentation

◆ is_allowed_domain_ascii()

static bool is_allowed_domain_ascii ( unsigned char  c)
inlinestatic

Definition at line 25 of file domain_helper.h.

Referenced by validate_domain().

◆ validate_domain()

static bool validate_domain ( const char *  domain)
inlinestatic

Definition at line 34 of file domain_helper.h.

References is_allowed_domain_ascii().

Referenced by add_option(), check_dns_option(), and dns_domain_list_append().