Searched defs:lease_state (Results 1 – 1 of 1) sorted by relevance
654 struct lease_state { struct655 struct lease_state *next; argument657 struct interface_info *ip;659 struct packet *packet; /* The incoming packet. */661 TIME offered_expiry;663 struct option_state *options;664 struct data_string parameter_request_list;665 int max_message_size;666 unsigned char expiry[4], renewal[4], rebind[4];667 struct data_string filename, server_name;[all …]