Home
last modified time | relevance | path

Searched defs:client_lease (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h1141 struct client_lease { struct
1142 struct client_lease *next; /* Next lease in list. */ argument
1143 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 …]