Home
last modified time | relevance | path

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

/freebsd/sbin/dhclient/
H A Ddhcpd.h123 struct client_lease { struct
124 struct client_lease *next; argument
125 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 …]