|
Zephyr Project API
3.2.0
A Scalable Open Source RTOS
|
#include <net_if.h>
Data Fields | |
| struct net_if_addr | unicast [NET_IF_MAX_IPV4_ADDR] |
| struct net_if_mcast_addr | mcast [NET_IF_MAX_IPV4_MADDR] |
| struct in_addr | gw |
| struct in_addr | netmask |
| uint8_t | ttl |
| struct in_addr net_if_ipv4::gw |
Gateway
| struct net_if_mcast_addr net_if_ipv4::mcast[NET_IF_MAX_IPV4_MADDR] |
Multicast IP addresses
| struct in_addr net_if_ipv4::netmask |
Netmask
| uint8_t net_if_ipv4::ttl |
IPv4 time-to-live
| struct net_if_addr net_if_ipv4::unicast[NET_IF_MAX_IPV4_ADDR] |
Unicast IP addresses