Lines Matching defs:client_lease
1017 struct client_lease { struct
1018 struct client_lease *next; /* Next lease in list. */ argument
1019 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. */
1029 struct option_state *options; /* Options supplied with lease. */