Home | History | Annotate | Download | only in src

Lines Matching refs:context_new

291       struct dhcp_context *context_tmp, *context_new = NULL;
314 context_new = context;
319 if (!context_new)
325 context_tmp->current = context_new;
326 context_new = context_tmp;
329 if (context_new || force)
330 context = context_new;