Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
net_if_mcast_monitor Struct Reference

Multicast monitor handler struct. More...

#include <net_if.h>

Data Fields

sys_snode_t node
 Node information for the slist.
 
struct net_ififace
 Network interface.
 
net_if_mcast_callback_t cb
 Multicast callback.
 

Detailed Description

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.

Field Documentation

◆ cb

net_if_mcast_callback_t net_if_mcast_monitor::cb

Multicast callback.

◆ iface

struct net_if* net_if_mcast_monitor::iface

Network interface.

◆ node

sys_snode_t net_if_mcast_monitor::node

Node information for the slist.


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