Home
last modified time | relevance | path

Searched defs:client_lease (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sbin/dhclient/
HDdhcpd.h120 struct client_lease { struct
121 struct client_lease *next; argument
122 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 …]