Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
net_if_addr_ipv4 Struct Reference

Network Interface unicast IPv4 address and netmask. More...

#include <net_if.h>

Data Fields

struct net_if_addr ipv4
 IPv4 address.
 
struct in_addr netmask
 Netmask.
 

Detailed Description

Network Interface unicast IPv4 address and netmask.

Stores the unicast IPv4 address and related netmask.

Field Documentation

◆ ipv4

struct net_if_addr net_if_addr_ipv4::ipv4

IPv4 address.

◆ netmask

struct in_addr net_if_addr_ipv4::netmask

Netmask.


The documentation for this struct was generated from the following file: