#include <dhcpopts.h>
Data Fields | |
| void * | data |
| Option block raw data. | |
| size_t | len |
| Option block length. | |
| size_t | max_len |
| Option block maximum length. | |
Definition at line 15 of file dhcpopts.h.
| void* dhcp_options::data |
Option block raw data.
Definition at line 17 of file dhcpopts.h.
Referenced by dhcpopt_init(), resize_dhcp_option(), and store_cached_dhcpack().
Option block length.
Definition at line 19 of file dhcpopts.h.
Referenced by dhcpopt_init(), dhcpopt_update_len(), dhcppkt_init(), dhcppkt_store(), find_dhcp_option_with_encap(), resize_dhcp_option(), set_dhcp_option(), and store_cached_dhcpack().
Option block maximum length.
Definition at line 21 of file dhcpopts.h.
Referenced by dhcpopt_init(), dhcpopt_update_len(), and resize_dhcp_option().
1.5.7.1