Zephyr API Documentation  3.0.0
A Scalable Open Source RTOS
3.0.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
net_if_mcast_addr Struct Reference

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
 

Detailed Description

Network Interface multicast IP addresses.

Stores the multicast IP addresses assigned to this network interface.

Field Documentation

◆ address

struct net_addr net_if_mcast_addr::address

IP address

◆ is_joined

uint8_t net_if_mcast_addr::is_joined

Did we join to this group

◆ is_used

uint8_t net_if_mcast_addr::is_used

Is this multicast IP address used or not


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