ISC DHCP  4.3.3
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 1146 of file dhcpd.h.

Field Documentation

struct dhc6_ia* dhc6_lease::bindings

Definition at line 1155 of file dhcpd.h.

unsigned char dhc6_lease::dhcpv6_transaction_id[3]

Definition at line 1154 of file dhcpd.h.

struct dhc6_lease* dhc6_lease::next

Definition at line 1147 of file dhcpd.h.

struct option_state* dhc6_lease::options

Definition at line 1157 of file dhcpd.h.

u_int8_t dhc6_lease::pref

Definition at line 1152 of file dhcpd.h.

isc_boolean_t dhc6_lease::released

Definition at line 1150 of file dhcpd.h.

int dhc6_lease::score

Definition at line 1151 of file dhcpd.h.

struct data_string dhc6_lease::server_id

Definition at line 1148 of file dhcpd.h.


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