Data Structures | |
union | reply_buffer |
Data Fields | |
struct shared_network * | shared |
struct host_decl * | host |
struct subnet * | subnet |
struct option_state * | opt_state |
struct packet * | packet |
struct data_string | client_id |
unsigned | ia_count |
unsigned | pd_count |
unsigned | client_resources |
isc_boolean_t | resources_included |
isc_boolean_t | static_lease |
unsigned | static_prefixes |
struct ia_xx * | ia |
struct ia_xx * | old_ia |
struct option_state * | reply_ia |
struct data_string | fixed |
struct iaddrcidrnet | fixed_pref |
struct iasubopt * | lease |
u_int32_t | renew |
u_int32_t | rebind |
u_int32_t | prefer |
u_int32_t | valid |
u_int32_t | client_valid |
u_int32_t | client_prefer |
u_int32_t | send_valid |
u_int32_t | send_prefer |
int | preflen |
unsigned | cursor |
struct on_star | on_star |
union reply_state::reply_buffer | buf |
Definition at line 45 of file dhcpv6.c.
struct data_string reply_state::client_id [read] |
u_int32_t reply_state::client_prefer |
unsigned reply_state::client_resources |
u_int32_t reply_state::client_valid |
unsigned reply_state::cursor |
struct data_string reply_state::fixed [read] |
struct iaddrcidrnet reply_state::fixed_pref [read] |
struct host_decl* reply_state::host [read] |
struct ia_xx* reply_state::ia [read] |
unsigned reply_state::ia_count |
struct iasubopt* reply_state::lease [read] |
struct ia_xx* reply_state::old_ia [read] |
struct on_star reply_state::on_star [read] |
struct option_state* reply_state::opt_state [read] |
struct packet* reply_state::packet [read] |
unsigned reply_state::pd_count |
u_int32_t reply_state::prefer |
u_int32_t reply_state::rebind |
u_int32_t reply_state::renew |
struct option_state* reply_state::reply_ia [read] |
isc_boolean_t reply_state::resources_included |
u_int32_t reply_state::send_prefer |
u_int32_t reply_state::send_valid |
struct shared_network* reply_state::shared [read] |
isc_boolean_t reply_state::static_lease |
unsigned reply_state::static_prefixes |
struct subnet* reply_state::subnet [read] |
u_int32_t reply_state::valid |