Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dnet_if.c86 static sys_slist_t active_rs_timers; variable
1471 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&active_rs_timers, in rs_timeout()
1482 sys_slist_remove(&active_rs_timers, NULL, &ipv6->rs_node); in rs_timeout()
1541 sys_slist_append(&active_rs_timers, &ipv6->rs_node); in net_if_start_rs()
1568 sys_slist_find_and_remove(&active_rs_timers, &ipv6->rs_node); in net_if_stop_rs()
1578 sys_slist_init(&active_rs_timers); in iface_ipv6_nd_init()