#include <dhcpd.h>
Data Fields | |
struct client_lease * | next |
TIME | expiry |
TIME | renewal |
TIME | rebind |
struct iaddr | address |
char * | server_name |
char * | filename |
struct string_list * | medium |
struct auth_key * | key |
unsigned int | is_static: 1 |
unsigned int | is_bootp: 1 |
struct option_state * | options |
Definition at line 1016 of file dhcpd.h.
struct iaddr client_lease::address [read] |
char* client_lease::filename |
unsigned int client_lease::is_bootp |
unsigned int client_lease::is_static |
struct auth_key* client_lease::key [read] |
struct string_list* client_lease::medium [read] |
struct client_lease* client_lease::next [read] |
struct option_state* client_lease::options [read] |