Zephyr API Documentation
3.5.0
A Scalable Open Source RTOS
|
|
3.5.0 |
Network Interface unicast IP addresses. More...
#include <net_if.h>
Data Fields | |
struct net_addr | address |
IP address. | |
enum net_addr_type | addr_type |
How the IP address was set. | |
enum net_addr_state | addr_state |
What is the current state of the address. | |
uint8_t | is_infinite: 1 |
Is the IP address valid forever. | |
uint8_t | is_used: 1 |
Is this IP address used or not. | |
uint8_t | is_mesh_local: 1 |
Is this IP address usage limited to the subnet (mesh) or not. | |
Network Interface unicast IP addresses.
Stores the unicast IP addresses assigned to this network interface.
enum net_addr_state net_if_addr::addr_state |
What is the current state of the address.
enum net_addr_type net_if_addr::addr_type |
How the IP address was set.
struct net_addr net_if_addr::address |
IP address.
uint8_t net_if_addr::is_infinite |
Is the IP address valid forever.
uint8_t net_if_addr::is_mesh_local |
Is this IP address usage limited to the subnet (mesh) or not.
uint8_t net_if_addr::is_used |
Is this IP address used or not.