#include <dhcpd.h>
Data Fields | |
struct dhc6_lease * | next |
struct data_string | server_id |
isc_boolean_t | released |
int | score |
u_int8_t | pref |
unsigned char | dhcpv6_transaction_id [3] |
struct dhc6_ia * | bindings |
struct option_state * | options |
Definition at line 1062 of file dhcpd.h.
struct dhc6_ia* dhc6_lease::bindings [read] |
unsigned char dhc6_lease::dhcpv6_transaction_id[3] |
struct dhc6_lease* dhc6_lease::next [read] |
struct option_state* dhc6_lease::options [read] |
u_int8_t dhc6_lease::pref |
isc_boolean_t dhc6_lease::released |
struct data_string dhc6_lease::server_id [read] |