ISC DHCP 4.4.3-P1
A reference DHCPv4 and DHCPv6 implementation
 
Loading...
Searching...
No Matches
client_lease Struct Reference

#include <dhcpd.h>

Data Fields

struct client_leasenext
 
TIME expiry
 
TIME renewal
 
TIME rebind
 
struct iaddr address
 
char * server_name
 
char * filename
 
struct string_listmedium
 
struct auth_keykey
 
unsigned int is_static: 1
 
unsigned int is_bootp: 1
 
struct option_stateoptions
 
struct iaddr next_srv_addr
 

Detailed Description

Definition at line 1143 of file dhcpd.h.

Field Documentation

◆ address

struct iaddr client_lease::address

Definition at line 1146 of file dhcpd.h.

◆ expiry

TIME client_lease::expiry

Definition at line 1145 of file dhcpd.h.

◆ filename

char* client_lease::filename

Definition at line 1148 of file dhcpd.h.

◆ is_bootp

unsigned int client_lease::is_bootp

Definition at line 1153 of file dhcpd.h.

◆ is_static

unsigned int client_lease::is_static

Definition at line 1152 of file dhcpd.h.

◆ key

struct auth_key* client_lease::key

Definition at line 1150 of file dhcpd.h.

◆ medium

struct string_list* client_lease::medium

Definition at line 1149 of file dhcpd.h.

◆ next

struct client_lease* client_lease::next

Definition at line 1144 of file dhcpd.h.

◆ next_srv_addr

struct iaddr client_lease::next_srv_addr

Definition at line 1156 of file dhcpd.h.

◆ options

struct option_state* client_lease::options

Definition at line 1155 of file dhcpd.h.

◆ rebind

TIME client_lease::rebind

Definition at line 1145 of file dhcpd.h.

◆ renewal

TIME client_lease::renewal

Definition at line 1145 of file dhcpd.h.

◆ server_name

char* client_lease::server_name

Definition at line 1147 of file dhcpd.h.


The documentation for this struct was generated from the following file: