#include "dhcpd.h"
#include <syslog.h>
Go to the source code of this file.
Functions | |
void | initialize_server_option_spaces () |
Variables | |
failover_option_t | null_failover_option = { 0, 0 } |
failover_option_t | skip_failover_option = { 0, 0 } |
struct failover_option_info | ft_options [] |
u_int32_t | fto_allowed [] |
int | ft_sizes [] |
const char * | dhcp_flink_state_names [] |
const char * | binding_state_names [] |
struct universe | agent_universe |
struct universe | server_universe |
struct enumeration_value | ddns_styles_values [] |
struct enumeration | ddns_styles |
struct enumeration_value | syslog_values [] |
struct enumeration | syslog_enum |
struct universe agent_universe |
const char* binding_state_names[] |
struct enumeration ddns_styles |
{ (struct enumeration *)0, "ddns-styles", 1, ddns_styles_values }
struct enumeration_value ddns_styles_values[] |
const char* dhcp_flink_state_names[] |
struct failover_option_info ft_options[] |
u_int32_t fto_allowed[] |
{ 0, 0, FTB_ADDRESSES_TRANSFERRED, (FTB_ASSIGNED_IP_ADDRESS | FTB_BINDING_STATUS | FTB_CLIENT_IDENTIFIER | FTB_CHADDR | FTB_DDNS | FTB_IP_FLAGS | FTB_LEASE_EXPIRY | FTB_POTENTIAL_EXPIRY | FTB_STOS | FTB_CLTT | FTB_REQUEST_OPTIONS | FTB_REPLY_OPTIONS), (FTB_ASSIGNED_IP_ADDRESS | FTB_BINDING_STATUS | FTB_CLIENT_IDENTIFIER | FTB_CHADDR | FTB_DDNS | FTB_IP_FLAGS | FTB_LEASE_EXPIRY | FTB_POTENTIAL_EXPIRY | FTB_STOS | FTB_CLTT | FTB_REQUEST_OPTIONS | FTB_REPLY_OPTIONS | FTB_REJECT_REASON | FTB_MESSAGE), (FTB_RELATIONSHIP_NAME | FTB_MAX_UNACKED | FTB_RECEIVE_TIMER | FTB_VENDOR_CLASS | FTB_PROTOCOL_VERSION | FTB_TLS_REQUEST | FTB_MCLT | FTB_HBA), (FTB_RELATIONSHIP_NAME | FTB_MAX_UNACKED | FTB_RECEIVE_TIMER | FTB_VENDOR_CLASS | FTB_PROTOCOL_VERSION | FTB_TLS_REPLY | FTB_REJECT_REASON | FTB_MESSAGE), 0, 0, 0, (FTB_SERVER_STATE | FTB_SERVER_FLAGS | FTB_STOS), 0, (FTB_REJECT_REASON | FTB_MESSAGE) }
failover_option_t null_failover_option = { 0, 0 } |
struct universe server_universe |
failover_option_t skip_failover_option = { 0, 0 } |
struct enumeration syslog_enum |
{ (struct enumeration *)0, "syslog-facilities", 1, syslog_values }
struct enumeration_value syslog_values[] |