Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dnet_if.c76 static sys_slist_t active_prefix_lifetime_timers; variable
2590 sys_slist_find_and_remove(&active_prefix_lifetime_timers, in prefix_timer_remove()
2611 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&active_prefix_lifetime_timers, in prefix_lifetime_timeout()
2619 &active_prefix_lifetime_timers, in prefix_lifetime_timeout()
2651 (void)sys_slist_find_and_remove(&active_prefix_lifetime_timers, in prefix_start_timer()
2653 sys_slist_append(&active_prefix_lifetime_timers, in prefix_start_timer()