Lines Matching full:optarg
161 settos = parsetos(optarg);
182 if (strcmp(optarg, "tsonly") == 0)
184 else if (strcmp(optarg, "tsandaddr") == 0)
186 else if (strcmp(optarg, "tsprespec") == 0)
199 if (sscanf(optarg, "%u.%u.%u.%u%c",
209 device = optarg;
212 if (inet_pton(AF_INET, optarg, &source.sin_addr) > 0)
215 device = optarg;
220 if (strcmp(optarg, "do") == 0)
222 else if (strcmp(optarg, "dont") == 0)
224 else if (strcmp(optarg, "want") == 0)