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