#include <dhcp_nic.h>
Data Fields | |
DHCPv4_control * | dhc4ctl |
LIBDHCP_Control * | dhc6ctl |
NLH_t | nh |
DHCP_config * | dhcpv4 |
DHCP_config * | dhcpv6 |
DHCP_Preference | preference |
This structure encapsulates the control and configuration of both DHCP clients.
Definition at line 92 of file dhcp_nic.h.
DHCPv4 control - see IPv4 DHCP Client Control and Configuration
Definition at line 95 of file dhcp_nic.h.
Referenced by dhcp_nic_free().
DHCPv6 control - see IPv6 DHCP Client Control and Configuration
Definition at line 96 of file dhcp_nic.h.
Referenced by dhcp_nic_configure(), and dhcp_nic_free().
DHCPv4 configuration - see IPv4 DHCP Client Control and Configuration
Definition at line 98 of file dhcp_nic.h.
Referenced by dhcp_nic_configure().
DHCPv6 configuration - see IPv6 DHCP Client Control and Configuration
Definition at line 99 of file dhcp_nic.h.
Referenced by dhcp_nic_configure(), and dhcp_nic_free().
nic library handle - see Network Interface Configurator
Definition at line 97 of file dhcp_nic.h.
Referenced by dhcp_nic_free().
DHCP_Preference -
Definition at line 100 of file dhcp_nic.h.
Referenced by dhcp_nic_configure().