ISC DHCP  4.3.6
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 1160 of file dhcpd.h.

Field Documentation

◆ bindings

struct dhc6_ia* dhc6_lease::bindings

Definition at line 1169 of file dhcpd.h.

◆ dhcpv6_transaction_id

unsigned char dhc6_lease::dhcpv6_transaction_id[3]

Definition at line 1168 of file dhcpd.h.

◆ next

struct dhc6_lease* dhc6_lease::next

Definition at line 1161 of file dhcpd.h.

◆ options

struct option_state* dhc6_lease::options

Definition at line 1171 of file dhcpd.h.

◆ pref

u_int8_t dhc6_lease::pref

Definition at line 1166 of file dhcpd.h.

◆ released

isc_boolean_t dhc6_lease::released

Definition at line 1164 of file dhcpd.h.

◆ score

int dhc6_lease::score

Definition at line 1165 of file dhcpd.h.

◆ server_id

struct data_string dhc6_lease::server_id

Definition at line 1162 of file dhcpd.h.


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