Home | History | Annotate | Download | only in dhcpcd

Lines Matching refs:oi

1407 reconf_reboot(int action, int argc, char **argv, int oi)
1411 ifs = discover_interfaces(argc - oi, argv + oi);
1556 int opt, oi = 0;
1636 while ((opt = getopt_long(argc, argv, IF_OPTS, cf_options, &oi)) != -1)
1661 for (oi = optind; oi < argc; oi++) {
1663 if (strcmp(ifp->name, argv[oi]) == 0)
1748 int opt, oi = 0, signal_fd, sig = 0, i, control_fd;
1774 while ((opt = getopt_long(argc, argv, IF_OPTS, cf_options, &oi)) != -1)