Home | History | Annotate | Download | only in dhcpcd

Lines Matching refs:oi

1472 reconf_reboot(int action, int argc, char **argv, int oi)
1476 ifs = discover_interfaces(argc - oi, argv + oi);
1602 int opt, oi = 0;
1688 while ((opt = getopt_long(argc, argv, IF_OPTS, cf_options, &oi)) != -1)
1713 for (oi = optind; oi < argc; oi++) {
1715 if (strcmp(ifp->name, argv[oi]) == 0)
1800 int opt, oi = 0, signal_fd, sig = 0, i, control_fd;
1826 while ((opt = getopt_long(argc, argv, IF_OPTS, cf_options, &oi)) != -1)