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


gateway#

sl_ipv4_address_t sl_net_ipv4_setting_t::gateway

IPv4 gateway address of sl_ipv4_address_t


netmask#

sl_ipv4_address_t sl_net_ipv4_setting_t::netmask

IPv4 netmask of type of sl_ipv4_address_t