ISC DHCP  4.4.1
A reference DHCPv4 and DHCPv6 implementation
dhc6_lease Struct Reference

#include <dhcpd.h>

Data Fields

struct dhc6_leasenext
 
struct data_string server_id
 
isc_boolean_t released
 
int score
 
u_int8_t pref
 
unsigned char dhcpv6_transaction_id [3]
 
struct dhc6_iabindings
 
struct option_stateoptions
 

Detailed Description

Definition at line 1176 of file dhcpd.h.

Field Documentation

◆ bindings

struct dhc6_ia* dhc6_lease::bindings

Definition at line 1185 of file dhcpd.h.

◆ dhcpv6_transaction_id

unsigned char dhc6_lease::dhcpv6_transaction_id[3]

Definition at line 1184 of file dhcpd.h.

◆ next

struct dhc6_lease* dhc6_lease::next

Definition at line 1177 of file dhcpd.h.

◆ options

struct option_state* dhc6_lease::options

Definition at line 1187 of file dhcpd.h.

◆ pref

u_int8_t dhc6_lease::pref

Definition at line 1182 of file dhcpd.h.

◆ released

isc_boolean_t dhc6_lease::released

Definition at line 1180 of file dhcpd.h.

◆ score

int dhc6_lease::score

Definition at line 1181 of file dhcpd.h.

◆ server_id

struct data_string dhc6_lease::server_id

Definition at line 1178 of file dhcpd.h.


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