Home | History | Annotate | Download | only in dhcpcd

Lines Matching refs:old

228 	free(iface->state->old);
229 iface->state->old = iface->state->new;
233 free(iface->state->old);
234 iface->state->old = NULL;
559 free(state->old);
560 state->old = state->new;
1143 /* We don't want to read the old lease if we NAK an old test */
1346 free(ifp->state->old);
1347 ifp->state->old = ifp->state->new;
1415 /* Remove any old interfaces */
2046 * the old behaviour of waiting for an IP address */