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


Definition at line 47 of file components/service/network_manager/inc/sl_net_ip_types.h

global_address#

sl_ipv6_address_t sl_net_ipv6_setting_t::global_address

IPv6 global address of type sl_ipv6_address_t


Definition at line 49 of file components/service/network_manager/inc/sl_net_ip_types.h

gateway#

sl_ipv6_address_t sl_net_ipv6_setting_t::gateway

IPv6 gateway address of type of sl_ipv6_address_t


Definition at line 51 of file components/service/network_manager/inc/sl_net_ip_types.h