#include <dhcpd.h>
Data Fields | |
| struct dhcp_packet * | raw |
| int | refcnt |
| unsigned | packet_length |
| int | packet_type |
| unsigned char | dhcpv6_msg_type |
| unsigned char | dhcpv6_transaction_id [3] |
| unsigned char | dhcpv6_hop_count |
| struct in6_addr | dhcpv6_link_address |
| struct in6_addr | dhcpv6_peer_address |
| struct packet * | dhcpv6_container_packet |
| unsigned char | dhcp4o6_flags [3] |
| struct data_string * | dhcp4o6_response |
| int | options_valid |
| int | client_port |
| struct iaddr | client_addr |
| struct interface_info * | interface |
| struct hardware * | haddr |
| u_int8_t * | circuit_id |
| int | circuit_id_len |
| u_int8_t * | remote_id |
| int | remote_id_len |
| int | got_requested_address |
| struct shared_network * | shared_network |
| struct option_state * | options |
| int | class_count |
| struct class * | classes [PACKET_MAX_CLASSES] |
| int | known |
| int | authenticated |
| isc_boolean_t | agent_options_stashed |
| isc_boolean_t | unicast |
| int | sv_echo_client_id |
| isc_boolean_t | relay_source_port |
| isc_boolean_t packet::agent_options_stashed |
| struct class* packet::classes[PACKET_MAX_CLASSES] |
| struct data_string* packet::dhcp4o6_response |
| struct interface_info* packet::interface |
| struct option_state* packet::options |
| struct dhcp_packet* packet::raw |
| isc_boolean_t packet::relay_source_port |
| struct shared_network* packet::shared_network |
| isc_boolean_t packet::unicast |