Go to the source code of this file.
Functions | |
TAILQ_HEAD (spaces, space) | |
SPACES. | |
void | spaces_init (void) |
void | options_init (void) |
struct space * | space_lookup (const char *name) |
struct option * | option_lookup_name (const char *space, const char *name) |
struct option * | kea_lookup_name (const char *space, const char *name) |
struct option * | option_lookup_code (const char *space, unsigned code) |
void | push_space (struct space *space) |
void | push_option (struct option *option) |
void | add_option_data (struct element *src, struct element *dst) |
void | merge_option_data (struct element *src, struct element *dst) |
struct comments * | get_config_comments (unsigned code) |
const char * | display_status (enum option_status status) |
Variables | |
struct option_def | options4 [] |
DHCPv4. | |
struct option_def | options6 [] |
DHCPv6. | |
struct option_def | agents [] |
DHCPv4 AGENT. | |
struct option_def | configs [] |
SERVER. | |
const char * display_status | ( | enum option_status | status | ) |
struct option * kea_lookup_name | ( | const char * | space, |
const char * | name ) |
struct option * option_lookup_code | ( | const char * | space, |
unsigned | code ) |
struct option * option_lookup_name | ( | const char * | space, |
const char * | name ) |
struct option_def agents[] |
DHCPv4 AGENT.
struct option_def configs[] |
struct option_def options4[] |
struct option_def options6[] |