#include "dhcpd.h"
#include <syslog.h>
Go to the source code of this file.
void initialize_server_option_spaces |
( |
void |
| ) |
|
const char* binding_state_names[] |
Initial value:= {
"free", "active", "expired", "released", "abandoned",
"reset", "backup" }
Definition at line 161 of file stables.c.
Initial value:= {
"ddns-styles", 1,
}
struct enumeration_value ddns_styles_values[]
Definition at line 337 of file stables.c.
Initial value:= {
{ "none", 0 },
{ "ad-hoc", 1 },
{ "interim", 2 },
{ "standard", 3 },
{ (char *)0, 0 }
}
Definition at line 329 of file stables.c.
Initial value:= {
"syslog-facilities", 1,
}
struct enumeration_value syslog_values[]
Definition at line 407 of file stables.c.