Home
last modified time | relevance | path

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

/dflybsd-src/sbin/dhclient/
H A Ddhcpd.h106 struct client_lease { struct
107 struct client_lease *next; argument
108 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];