Home
last modified time | relevance | path

Searched refs:mcast_monitor (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/net/l2/ethernet/
Dethernet.c41 static struct net_if_mcast_monitor mcast_monitor; variable
1106 net_if_mcast_mon_register(&mcast_monitor, NULL, ethernet_mcast_monitor_cb); in ethernet_init()
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dnet_if.c37 static struct net_if_mcast_monitor mcast_monitor; variable
643 net_if_mcast_mon_register(&mcast_monitor, iface, ip_maddr_event_handler); in nrf_wifi_if_init_zep()