Lines Matching defs:str2int
231 static int str2int(const char *, const char *, int, int);
305 class = str2int(optarg, "traffic class", 0,
314 first_ttl = str2int(optarg, "first ttl", 1, MAXTTL);
402 flow = str2int(optarg, "flow label", 0, MAX_FLOW_LABEL);
406 max_ttl = str2int(optarg, "max ttl(hop limit)", 1,
422 port = str2int(optarg, "port", 1, MAX_PORT);
426 max_timeout = str2int(optarg, "max timeout", 1, -1);
430 nprobes = str2int(optarg, "nprobes", 1, -1);
450 tos = (uchar_t)str2int(optarg, "tos", 0, MAX_TOS);
463 waittime = str2int(optarg, "wait time", 2, -1);
503 packlen_input = str2int(argv[optind + 1],
2147 str2int(const char *str, const char *what, int mi, int ma)