Lines Matching full:optarg
738 flowlabel = hextoui(optarg);
740 fprintf(stderr, "ping: Invalid flowinfo %s\n", optarg);
746 tclass = hextoui(optarg);
748 fprintf(stderr, "ping: Invalid tclass %s\n", optarg);
754 if (strchr(optarg, ':')) {
755 char *p, *addr = strdup(optarg);
765 device = optarg + (p - addr) + 1;
769 fprintf(stderr, "ping: invalid source address %s\n", optarg);
777 device = optarg;
781 if (strcmp(optarg, "do") == 0)
783 else if (strcmp(optarg, "dont") == 0)
785 else if (strcmp(optarg, "want") == 0)
800 if (niquery_option_handler(optarg) < 0) {