server/stables.c File Reference

#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

Function Documentation

void initialize_server_option_spaces ( void   ) 

Definition at line 411 of file stables.c.


Variable Documentation

Definition at line 165 of file stables.c.

const char* binding_state_names[]
Initial value:
 {
        "free", "active", "expired", "released", "abandoned",
        "reset", "backup" }

Definition at line 161 of file stables.c.

Initial value:
 {
        (struct enumeration *)0,
        "ddns-styles", 1,
        ddns_styles_values
}

Definition at line 335 of file stables.c.

Initial value:
 {
        { "none", 0 },
        { "ad-hoc", 1 },
        { "interim", 2 },
        { "standard", 3 },
        { (char *)0, 0 }
}

Definition at line 327 of file stables.c.

const char* dhcp_flink_state_names[]
Initial value:
 {
        "invalid state 0",
        "startup",
        "message length wait",
        "message wait",
        "disconnected"
}

Definition at line 150 of file stables.c.

Definition at line 41 of file stables.c.

Initial value:
 {
        1, 
        4, 
        4, 
        1, 
        1, 
        0, 
        0, 
        2, 
        1, 
        0, 
        0, 
}

Definition at line 135 of file stables.c.

u_int32_t fto_allowed[]

Definition at line 36 of file stables.c.

Definition at line 175 of file stables.c.

Definition at line 37 of file stables.c.

Initial value:
 {
        (struct enumeration *)0,
        "syslog-facilities", 1,
        syslog_values
}

Definition at line 405 of file stables.c.

Definition at line 341 of file stables.c.


Generated on 5 Apr 2014 for ISC DHCP by  doxygen 1.6.1