Searched refs:net_if_mcast_monitor (Results 1 – 6 of 6) sorted by relevance
| /Zephyr-latest/subsys/net/ip/ |
| D | ipv6_mld.c | 245 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()
|
| D | igmp.c | 643 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);
|
| D | net_if.c | 995 void net_if_mcast_mon_register(struct net_if_mcast_monitor *mon, in net_if_mcast_mon_register() 1010 void net_if_mcast_mon_unregister(struct net_if_mcast_monitor *mon) in net_if_mcast_mon_unregister() 1019 void net_if_mcast_monitor(struct net_if *iface, in net_if_mcast_monitor() function 1023 struct net_if_mcast_monitor *mon, *tmp; in net_if_mcast_monitor() 1039 #define net_if_mcast_monitor(...) macro
|
| /Zephyr-latest/include/zephyr/net/ |
| D | net_if.h | 1673 struct net_if_mcast_monitor { struct 1692 void net_if_mcast_mon_register(struct net_if_mcast_monitor *mon, argument 1701 void net_if_mcast_mon_unregister(struct net_if_mcast_monitor *mon); 1710 void net_if_mcast_monitor(struct net_if *iface, const struct net_addr *addr,
|
| /Zephyr-latest/subsys/net/l2/ethernet/ |
| D | ethernet.c | 41 static struct net_if_mcast_monitor mcast_monitor;
|
| /Zephyr-latest/drivers/wifi/nrf_wifi/src/ |
| D | net_if.c | 36 static struct net_if_mcast_monitor mcast_monitor;
|