Searched refs:dhcpv6_ifaces (Results 1 – 1 of 1) sorted by relevance
46 static sys_slist_t dhcpv6_ifaces = SYS_SLIST_STATIC_INIT(&dhcpv6_ifaces); variable2051 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&dhcpv6_ifaces, current, next, node) { in dhcpv6_timeout()2084 SYS_SLIST_FOR_EACH_NODE(&dhcpv6_ifaces, node) { in dhcpv6_iface_event_handler()2147 if (sys_slist_is_empty(&dhcpv6_ifaces)) { in net_dhcpv6_start()2151 sys_slist_append(&dhcpv6_ifaces, &iface->config.dhcpv6.node); in net_dhcpv6_start()2191 sys_slist_find_and_remove(&dhcpv6_ifaces, in net_dhcpv6_stop()2194 if (sys_slist_is_empty(&dhcpv6_ifaces)) { in net_dhcpv6_stop()