Searched defs:client_lease (Results 1 – 1 of 1) sorted by relevance
1017 struct client_lease { struct1018 struct client_lease *next; /* Next lease in list. */ argument1019 TIME expiry, renewal, rebind; /* Lease timeouts. */1020 struct iaddr address; /* Address being leased. */1021 char *server_name; /* Name of boot server. */1022 char *filename; /* Name of file we're supposed to boot. */1023 struct string_list *medium; /* Network medium. */1024 struct auth_key *key; /* Key used in basic DHCP authentication. */1026 unsigned int is_static : 1; /* If set, lease is from config file. */1027 unsigned int is_bootp: 1; /* If set, lease was acquired with BOOTP. */[all …]