#include "dhcpd.h"
#include <omapip/omapip_p.h>
#include <syslog.h>
#include <signal.h>
#include <errno.h>
#include <limits.h>
#include <sys/types.h>
#include <sys/time.h>
#include <isc/file.h>
Go to the source code of this file.
◆ DHCPD_USAGE0
#define DHCPD_USAGE0 "[-p <UDP port #>] [-f] [-d] [-q] [-t|-T]\n" |
◆ DHCPD_USAGE1
◆ DHCPD_USAGEC
Value:" [-pf pid-file] [--no-pid] [-s server]\n" \
" [if0 [...ifN]]"
Definition at line 188 of file dhcpd.c.
◆ DHCPD_USAGEH
#define DHCPD_USAGEH "{--version|--help|-h}" |
◆ DHCPD_USAGEP
◆ DHCPD_USAGET
◆ dhcp_io_shutdown()
◆ dhcp_set_control_state()
◆ dhcpd_interface_setup_hook()
◆ lease_ping_timeout()
void lease_ping_timeout |
( |
void * | vlp | ) |
|
◆ lease_pinged()
void lease_pinged |
( |
struct iaddr | from, |
|
|
u_int8_t * | packet, |
|
|
int | length ) |
◆ main()
int main |
( |
int | argc, |
|
|
char ** | argv ) |
◆ postconf_initialization()
void postconf_initialization |
( |
int | quiet | ) |
|
◆ postdb_startup()
void postdb_startup |
( |
void | | ) |
|
◆ abandon_lease_time
◆ authoring_byte_order
int authoring_byte_order = 0 |
◆ ddns_update_style
◆ dhcp_max_agent_option_packet_length
◆ dont_use_fsync
◆ known_class
◆ lease_id_format
◆ no_pid_file
◆ omapi_port
◆ path_dhcpd_conf
◆ path_dhcpd_db
◆ path_dhcpd_pid
◆ progname
◆ server_id_check
◆ server_identifier
struct iaddr server_identifier |
◆ server_identifier_matched
int server_identifier_matched |
◆ shutdown_state
◆ unknown_class
struct class unknown_class |