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

Lines Matching refs:OPTION

104 const struct option cf_options[] = {
119 {"option", required_argument, NULL, 'o'},
677 /* Chromeos hack: configure DHCPv6 option for shill. */
687 /* Setup ia_na option with iaid of 0. */
698 /* Setup ia_pd option with iaid of 1. */
709 /* Enable ia option. */
794 logger(ctx, LOG_ERR, "unknown option `%s'", arg);
805 logger(ctx, LOG_ERR, "unknown option `%s'", arg);
891 logger(ctx, LOG_ERR, "vendor option should be between"
1027 logger(ctx, LOG_ERR, "unknown option `%s'", arg);
1042 logger(ctx, LOG_ERR, "unknown option `%s'", arg);
1246 logger(ctx, LOG_ERR, "option `%s' does not take"
1249 logger(ctx, LOG_ERR, "unknown option `%s'", arg);
1670 else if (strcasecmp(arg, "option") == 0)
1671 t |= OPTION;
1689 if (!(t & OPTION)) {
1711 if (ndop->option == u || ndop->type == 0)
1734 ndop->option = (uint32_t)u; /* could have been 0 */
2034 PACKAGE ": option requires an argument -- %s\n",
2043 logger(ctx, LOG_ERR, "unknown option: %s", opt);
2092 char *line, *buf, *option, *p;
2188 option = strsep(&line, " \t");
2199 parse_config_line(ctx, NULL, ifo, option, line,
2253 option = strsep(&line, " \t");
2265 if (strcmp(option, "interface") == 0) {
2293 if (strcmp(option, "ssid") == 0) {
2301 if (strcmp(option, "profile") == 0) {
2311 if (profile && !have_profile && strcmp(option, "arping") == 0)
2315 parse_config_line(ctx, ifname, ifo, option, line, &ldop, &edop);