IPv6 address settings for a network interface.

Public Attributes#

sl_ipv6_address_t

IPv6 link local address of type sl_ipv6_address_t.

sl_ipv6_address_t

IPv6 global address of type sl_ipv6_address_t.

sl_ipv6_address_t

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 27 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 28 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 29 of file components/service/network_manager/inc/sl_net_ip_types.h