IPv6 address settings for a network interface.

This structure holds the IPv6 address configuration for a network interface, including the link-local address, global address, and gateway.

Note

Public Attributes#

IPv6 gateway address of type of sl_ipv6_address_t

Public Attribute Documentation#

link_local_address#

sl_ipv6_address_t sl_net_ipv6_setting_t::link_local_address

IPv6 link local address of type sl_ipv6_address_t


global_address#

sl_ipv6_address_t sl_net_ipv6_setting_t::global_address

IPv6 global address of type sl_ipv6_address_t


gateway#

sl_ipv6_address_t sl_net_ipv6_setting_t::gateway

IPv6 gateway address of type of sl_ipv6_address_t