Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dnet_if.c111 static sys_slist_t mcast_monitor_callbacks; variable
999 sys_slist_find_and_remove(&mcast_monitor_callbacks, &mon->node); in net_if_mcast_mon_register()
1000 sys_slist_prepend(&mcast_monitor_callbacks, &mon->node); in net_if_mcast_mon_register()
1012 sys_slist_find_and_remove(&mcast_monitor_callbacks, &mon->node); in net_if_mcast_mon_unregister()
1025 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&mcast_monitor_callbacks, in net_if_mcast_monitor()