Home | History | Annotate | Download | only in dhcpcd-6.8.2

Lines Matching defs:ifi

432 			const struct interface *ifi;
435 TAILQ_FOREACH(ifi, ifp->ctx->ifaces, next) {
436 if (ifi != ifp && ifi->index > sla_max)
437 sla_max = ifi->index;