Searched defs:client_lease (Results 1 – 1 of 1) sorted by relevance
1141 struct client_lease { struct1142 struct client_lease *next; /* Next lease in list. */ argument1143 TIME expiry, renewal, rebind; /* Lease timeouts. */1144 struct iaddr address; /* Address being leased. */1145 char *server_name; /* Name of boot server. */1146 char *filename; /* Name of file we're supposed to boot. */1147 struct string_list *medium; /* Network medium. */1148 struct auth_key *key; /* Key used in basic DHCP authentication. */1150 unsigned int is_static : 1; /* If set, lease is from config file. */1151 unsigned int is_bootp: 1; /* If set, lease was acquired with BOOTP. */[all …]