IPv4 address settings for a network interface.

This structure holds the IPv4 address configuration for a network interface, including the IP address, gateway, and netmask.

Note

Public Attributes#

Public Attribute Documentation#

ip_address#

sl_ipv4_address_t sl_net_ipv4_setting_t::ip_address

IPv4 address of type sl_ipv4_address_t


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

gateway#

sl_ipv4_address_t sl_net_ipv4_setting_t::gateway

IPv4 gateway address of sl_ipv4_address_t


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

netmask#

sl_ipv4_address_t sl_net_ipv4_setting_t::netmask

IPv4 netmask of type of sl_ipv4_address_t


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