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

/freebsd-9.3-release/contrib/traceroute/
H A Dtraceroute.c381 int str2val(const char *, const char *, int, int);
564 first_ttl = str2val(optarg, "first ttl", 1, 255);
591 max_ttl = str2val(optarg, "max ttl", 1, 255);
603 requestPort = (u_short)str2val(optarg, "port",
608 nprobes = str2val(optarg, "nprobes", 1, -1);
628 tos = str2val(optarg, "tos", 0, 255);
641 waittime = str2val(optarg, "wait time",
646 pausemsecs = str2val(optarg, "pause msecs",
679 packlen = str2val(argv[optind + 1],
1702 str2val(registe function
[all...]

Completed in 40 milliseconds