Lines Matching refs:node
101 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&option_callbacks, cb, tmp, node) { in dhcpv4_option_callback_get_unique_types()
863 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&dhcpv4_ifaces, current, next, node) { in dhcpv4_timeout()
925 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&option_vendor_callbacks, cb, tmp, node) { in dhcpv4_parse_option_vendor()
992 cb, tmp, node) { in dhcpv4_parse_options()
1556 sys_snode_t *node = NULL; in dhcpv4_iface_event_handler() local
1560 SYS_SLIST_FOR_EACH_NODE(&dhcpv4_ifaces, node) { in dhcpv4_iface_event_handler()
1561 if (node == &iface->config.dhcpv4.node) { in dhcpv4_iface_event_handler()
1566 if (node == NULL) { in dhcpv4_iface_event_handler()
1602 sys_snode_t *node = NULL; in dhcpv4_acd_event_handler() local
1608 SYS_SLIST_FOR_EACH_NODE(&dhcpv4_ifaces, node) { in dhcpv4_acd_event_handler()
1609 if (node == &iface->config.dhcpv4.node) { in dhcpv4_acd_event_handler()
1614 if (node == NULL) { in dhcpv4_acd_event_handler()
1730 &iface->config.dhcpv4.node); in dhcpv4_start_internal()
1757 sys_slist_prepend(&option_callbacks, &cb->node); in net_dhcpv4_add_option_callback()
1772 if (!sys_slist_find_and_remove(&option_callbacks, &cb->node)) { in net_dhcpv4_remove_option_callback()
1791 sys_slist_prepend(&option_vendor_callbacks, &cb->node); in net_dhcpv4_add_option_vendor_callback()
1805 if (!sys_slist_find_and_remove(&option_vendor_callbacks, &cb->node)) { in net_dhcpv4_remove_option_vendor_callback()
1845 &iface->config.dhcpv4.node); in net_dhcpv4_stop()