Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/doc/
Dknown-warnings.txt5 .*Duplicate C declaration.*\n.*'\.\. c:.*:: net_if_mcast_monitor'.*
/Zephyr-Core-2.7.6/subsys/net/ip/
Dipv6_mld.c204 net_if_mcast_monitor(iface, addr, true); in net_ipv6_mld_join()
232 net_if_mcast_monitor(iface, addr, false); in net_ipv6_mld_leave()
Dnet_if.c1984 void net_if_mcast_mon_register(struct net_if_mcast_monitor *mon, in net_if_mcast_mon_register()
1999 void net_if_mcast_mon_unregister(struct net_if_mcast_monitor *mon) in net_if_mcast_mon_unregister()
2008 void net_if_mcast_monitor(struct net_if *iface, in net_if_mcast_monitor() function
2012 struct net_if_mcast_monitor *mon, *tmp; in net_if_mcast_monitor()
/Zephyr-Core-2.7.6/include/net/
Dnet_if.h1061 struct net_if_mcast_monitor { struct
1080 void net_if_mcast_mon_register(struct net_if_mcast_monitor *mon, argument
1089 void net_if_mcast_mon_unregister(struct net_if_mcast_monitor *mon);
1098 void net_if_mcast_monitor(struct net_if *iface, const struct in6_addr *addr,
/Zephyr-Core-2.7.6/drivers/can/
Dcan_net.c29 static struct net_if_mcast_monitor mcast_monitor;
/Zephyr-Core-2.7.6/drivers/ethernet/
Deth_mcux.c1055 static struct net_if_mcast_monitor mon; in eth_iface_init()