Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
net_event_packet_mcast Struct Reference

Network Management event information structure Used to pass information on network events like NET_EVENT_PACKET_MCAST_MEMBERSHIP_ADD and NET_EVENT_PACKET_MCAST_MEMBERSHIP_DROP when CONFIG_NET_MGMT_EVENT_INFO enabled and event generator pass the information. More...

#include <zephyr/net/net_event.h>

Data Fields

struct net_linkaddr addr
 L2 multicast address of the group.
uint16_t type
 Multicast filtering type, one of the NET_PACKET_MR_* values.

Detailed Description

Network Management event information structure Used to pass information on network events like NET_EVENT_PACKET_MCAST_MEMBERSHIP_ADD and NET_EVENT_PACKET_MCAST_MEMBERSHIP_DROP when CONFIG_NET_MGMT_EVENT_INFO enabled and event generator pass the information.

Field Documentation

◆ addr

struct net_linkaddr net_event_packet_mcast::addr

L2 multicast address of the group.

◆ type

uint16_t net_event_packet_mcast::type

Multicast filtering type, one of the NET_PACKET_MR_* values.


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