HomeSort by relevance Sort by last modified time
    Searched refs:cf_options (Results 1 - 3 of 3) sorted by null

  /external/dhcpcd/
if-options.h 83 extern const struct option cf_options[];
if-options.c 59 const struct option cf_options[] = { variable in typeref:struct:option
766 for (i = 0; i < sizeof(cf_options) / sizeof(cf_options[0]); i++) {
767 if (!cf_options[i].name ||
768 strcmp(cf_options[i].name, opt) != 0)
771 if (cf_options[i].has_arg == required_argument && !line) {
778 return parse_option(ifo, cf_options[i].val, line);
893 while ((opt = getopt_long(argc, argv, IF_OPTS, cf_options, &oi)) != -1)
dhcpcd.c     [all...]

Completed in 480 milliseconds