IP configuration for a network interface.
Public Attributes#
IP Assignment Type of sl_ip_management_t
IP Address Type of sl_ip_address_type_t
char *
Host name visible on network.
IPv4 setting to be used in IP address assignment of type sl_net_ipv4_setting_t.
IPv6 setting to be used in IP address assignment of type sl_net_ipv6_setting_t.
struct sl_net_ip_configuration_t::@3
IP setting to be used for IP address assignment.
DHCP configuration for the network manager.
Public Attribute Documentation#
v4#
sl_net_ipv4_setting_t sl_net_ip_configuration_t::v4
IPv4 setting to be used in IP address assignment of type sl_net_ipv4_setting_t.
v6#
sl_net_ipv6_setting_t sl_net_ip_configuration_t::v6
IPv6 setting to be used in IP address assignment of type sl_net_ipv6_setting_t.
ip#
struct sl_net_ip_configuration_t::@3 sl_net_ip_configuration_t::ip
IP setting to be used for IP address assignment.
dhcp_config#
sl_net_dhcp_configuration_t sl_net_ip_configuration_t::dhcp_config
DHCP configuration for the network manager.