Searched defs:client_lease (Results 1 – 1 of 1) sorted by relevance
120 struct client_lease { struct121 struct client_lease *next; argument122 time_t expiry, renewal, rebind;123 struct iaddr address;124 struct iaddr nextserver;125 char *server_name;126 char *filename;127 struct string_list *medium;128 unsigned int is_static : 1;129 unsigned int is_bootp : 1;[all …]