Searched refs:dhcpv6_ifaces (Results 1 – 1 of 1) sorted by relevance
44 static sys_slist_t dhcpv6_ifaces = SYS_SLIST_STATIC_INIT(&dhcpv6_ifaces); variable2042 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&dhcpv6_ifaces, current, next, node) { in dhcpv6_timeout()2075 SYS_SLIST_FOR_EACH_NODE(&dhcpv6_ifaces, node) { in dhcpv6_iface_event_handler()2138 if (sys_slist_is_empty(&dhcpv6_ifaces)) { in net_dhcpv6_start()2142 sys_slist_append(&dhcpv6_ifaces, &iface->config.dhcpv6.node); in net_dhcpv6_start()2182 sys_slist_find_and_remove(&dhcpv6_ifaces, in net_dhcpv6_stop()2185 if (sys_slist_is_empty(&dhcpv6_ifaces)) { in net_dhcpv6_stop()