Searched defs:client_lease (Results 1 – 1 of 1) sorted by relevance
106 struct client_lease { struct107 struct client_lease *next; argument108 time_t expiry, renewal, rebind;109 struct iaddr address;110 char *server_name;111 char *filename;112 unsigned int is_static : 1;113 unsigned int is_bootp : 1;114 struct option_data options[256];