Searched refs:str2val (Results 1 – 1 of 1) sorted by relevance
| /src/usr.sbin/traceroute/ |
| H A D | traceroute.c | 370 int str2val(const char *, const char *, int, int); 601 first_ttl = str2val(optarg, "first ttl", 1, 255); in main() 628 max_ttl = str2val(optarg, "max ttl", 1, 255); in main() 640 requestPort = (u_short)str2val(optarg, "port", in main() 645 nprobes = str2val(optarg, "nprobes", 1, -1); in main() 665 tos = str2val(optarg, "tos", 0, 255); in main() 678 waittime = str2val(optarg, "wait time", in main() 683 pausemsecs = str2val(optarg, "pause msecs", in main() 719 packlen = str2val(argv[optind + 1], in main() 2007 str2val(register const char *str, register const char *what, in str2val() function [all …]
|