Zephyr API 3.6.99
|
Multicast monitor handler struct. More...
#include <net_if.h>
Data Fields | |
sys_snode_t | node |
Node information for the slist. | |
struct net_if * | iface |
Network interface. | |
net_if_mcast_callback_t | cb |
Multicast callback. | |
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.