ISC DHCP 4.4.3-P1
A reference DHCPv4 and DHCPv6 implementation
 
Loading...
Searching...
No Matches
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 1191 of file dhcpd.h.

Field Documentation

◆ bindings

struct dhc6_ia* dhc6_lease::bindings

Definition at line 1200 of file dhcpd.h.

◆ dhcpv6_transaction_id

unsigned char dhc6_lease::dhcpv6_transaction_id[3]

Definition at line 1199 of file dhcpd.h.

◆ next

struct dhc6_lease* dhc6_lease::next

Definition at line 1192 of file dhcpd.h.

◆ options

struct option_state* dhc6_lease::options

Definition at line 1202 of file dhcpd.h.

◆ pref

u_int8_t dhc6_lease::pref

Definition at line 1197 of file dhcpd.h.

◆ released

isc_boolean_t dhc6_lease::released

Definition at line 1195 of file dhcpd.h.

◆ score

int dhc6_lease::score

Definition at line 1196 of file dhcpd.h.

◆ server_id

struct data_string dhc6_lease::server_id

Definition at line 1193 of file dhcpd.h.


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