Searched refs:option_vendor_callbacks (Results 1 – 1 of 1) sorted by relevance
60 static sys_slist_t option_vendor_callbacks = SYS_SLIST_STATIC_INIT(&option_vendor_callbacks); variable925 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&option_vendor_callbacks, cb, tmp, node) { in dhcpv4_parse_option_vendor()1181 if (!sys_slist_is_empty(&option_vendor_callbacks)) { in dhcpv4_parse_options()1795 sys_slist_prepend(&option_vendor_callbacks, &cb->node); in net_dhcpv4_add_option_vendor_callback()1809 if (!sys_slist_find_and_remove(&option_vendor_callbacks, &cb->node)) { in net_dhcpv4_remove_option_vendor_callback()