#include "dhcpd.h"
#include <errno.h>
Go to the source code of this file.
|
void | discard_duplicate (struct client_lease **lease_list, struct client_lease *lease) |
|
isc_result_t | read_client_conf () |
|
int | read_client_conf_file (const char *name, struct interface_info *ip, struct client_config *client) |
|
void | read_client_duid () |
|
void | read_client_leases () |
|
void | parse_client_statement (struct parse *cfile, struct interface_info *ip, struct client_config *config) |
|
int | parse_option_list (struct parse *cfile, struct option ***list) |
|
void | parse_interface_declaration (struct parse *cfile, struct client_config *outer_config, char *name) |
|
int | interface_or_dummy (struct interface_info **pi, const char *name) |
|
void | make_client_state (struct client_state **state) |
|
void | make_client_config (struct client_state *client, struct client_config *config) |
|
void | parse_client_lease_statement (struct parse *cfile, int is_static) |
|
void | parse_client_lease_declaration (struct parse *cfile, struct client_lease *lease, struct interface_info **ipp, struct client_state **clientp) |
|
void | parse_string_list (struct parse *cfile, struct string_list **lp, int multiple) |
|
void | parse_reject_statement (struct parse *cfile, struct client_config *config) |
|
int | parse_allow_deny (struct option_cache **oc, struct parse *cfile, int flag) |
|
◆ NUM_DEFAULT_REQUESTED_OPTS
#define NUM_DEFAULT_REQUESTED_OPTS 15 |
◆ discard_duplicate()
◆ interface_or_dummy()
◆ make_client_config()
◆ make_client_state()
◆ parse_allow_deny()
◆ parse_client_lease_declaration()
◆ parse_client_lease_statement()
void parse_client_lease_statement |
( |
struct parse * | cfile, |
|
|
int | is_static ) |
◆ parse_client_statement()
◆ parse_interface_declaration()
void parse_interface_declaration |
( |
struct parse * | cfile, |
|
|
struct client_config * | outer_config, |
|
|
char * | name ) |
◆ parse_option_list()
int parse_option_list |
( |
struct parse * | cfile, |
|
|
struct option *** | list ) |
◆ parse_reject_statement()
◆ parse_string_list()
◆ read_client_conf()
isc_result_t read_client_conf |
( |
void | | ) |
|
◆ read_client_conf_file()
◆ read_client_duid()
void read_client_duid |
( |
void | | ) |
|
◆ read_client_leases()
void read_client_leases |
( |
void | | ) |
|
◆ default_requested_options
◆ top_level_config