Home
last modified time | relevance | path

Searched refs:net_if_mcast_monitor (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/net/ip/
Dipv6_mld.c245 net_if_mcast_monitor(iface, &maddr->address, true); in net_ipv6_mld_join()
277 net_if_mcast_monitor(iface, &maddr->address, false); in net_ipv6_mld_leave()
Digmp.c643 net_if_mcast_monitor(iface, &maddr->address, true);
679 net_if_mcast_monitor(iface, &maddr->address, false);
719 net_if_mcast_monitor(iface, &maddr->address, true);
Dnet_if.c993 void net_if_mcast_mon_register(struct net_if_mcast_monitor *mon, in net_if_mcast_mon_register()
1008 void net_if_mcast_mon_unregister(struct net_if_mcast_monitor *mon) in net_if_mcast_mon_unregister()
1017 void net_if_mcast_monitor(struct net_if *iface, in net_if_mcast_monitor() function
1021 struct net_if_mcast_monitor *mon, *tmp; in net_if_mcast_monitor()
1037 #define net_if_mcast_monitor(...) macro
/Zephyr-latest/include/zephyr/net/
Dnet_if.h1608 struct net_if_mcast_monitor { struct
1627 void net_if_mcast_mon_register(struct net_if_mcast_monitor *mon, argument
1636 void net_if_mcast_mon_unregister(struct net_if_mcast_monitor *mon);
1645 void net_if_mcast_monitor(struct net_if *iface, const struct net_addr *addr,
/Zephyr-latest/subsys/net/l2/ethernet/
Dethernet.c41 static struct net_if_mcast_monitor mcast_monitor;
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dnet_if.c37 static struct net_if_mcast_monitor mcast_monitor;