|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
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. | |
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.
| struct net_linkaddr net_event_packet_mcast::addr |
L2 multicast address of the group.
| uint16_t net_event_packet_mcast::type |
Multicast filtering type, one of the NET_PACKET_MR_* values.