Searched refs:str2val (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/traceroute/
H A Dtraceroute.c370 int str2val(const char *, const char *, int, int);
601 first_ttl = str2val(optarg, "first ttl", 1, 255);
628 max_ttl = str2val(optarg, "max ttl", 1, 255);
640 requestPort = (u_short)str2val(optarg, "port",
645 nprobes = str2val(optarg, "nprobes", 1, -1);
665 tos = str2val(optarg, "tos", 0, 255);
678 waittime = str2val(optarg, "wait time",
683 pausemsecs = str2val(optarg, "pause msecs",
719 packlen = str2val(argv[optind + 1],
1990 str2val(registe function
[all...]

Completed in 77 milliseconds