Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
Network Interface multicast IP addresses. More...
#include <net_if.h>
Data Fields | |
struct net_addr | address |
uint8_t | is_used: 1 |
uint8_t | is_joined: 1 |
Network Interface multicast IP addresses.
Stores the multicast IP addresses assigned to this network interface.
struct net_addr net_if_mcast_addr::address |
IP address
uint8_t net_if_mcast_addr::is_joined |
Did we join to this group
uint8_t net_if_mcast_addr::is_used |
Is this multicast IP address used or not