Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
Multicast monitor handler struct. More...
#include <net_if.h>
Data Fields | |
sys_snode_t | node |
struct net_if * | iface |
net_if_mcast_callback_t | cb |
Multicast monitor handler struct.
Stores the multicast callback information. Caller must make sure that the variable pointed by this is valid during the lifetime of registration. Typically this means that the variable cannot be allocated from stack.
net_if_mcast_callback_t net_if_mcast_monitor::cb |
Multicast callback
struct net_if* net_if_mcast_monitor::iface |
Network interface
sys_snode_t net_if_mcast_monitor::node |
Node information for the slist.