Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/traceroute/
H A Dtraceroute.c396 int str2val(const char *, const char *, int, int);
630 first_ttl = str2val(optarg, "first ttl", 1, 255); in main()
657 max_ttl = str2val(optarg, "max ttl", 1, 255); in main()
669 requestPort = (u_short)str2val(optarg, "port", in main()
674 nprobes = str2val(optarg, "nprobes", 1, -1); in main()
694 tos = str2val(optarg, "tos", 0, 255); in main()
707 waittime = str2val(optarg, "wait time", in main()
712 pausemsecs = str2val(optarg, "pause msecs", in main()
748 packlen = str2val(argv[optind + 1], in main()
2069 str2val(register const char *str, register const char *what, in str2val() function
[all …]