#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 |
| struct iaddr | next_srv_addr |
| struct string_list* client_lease::medium |
| struct client_lease* client_lease::next |
| struct option_state* client_lease::options |