Lines Matching defs:client_state
155 struct client_state { struct
156 struct client_lease *active;
157 struct client_lease *new;
158 struct client_lease *offered_leases;
159 struct client_lease *leases;
160 enum dhcp_state state;
161 struct iaddr destination;
162 u_int32_t xid;
163 u_int16_t secs;
164 time_t first_sending;
165 time_t interval;
166 struct dhcp_packet packet;
167 int packet_length;
168 struct iaddr requested_address;
169 char **scriptEnv;
170 int scriptEnvsize;