traceroute.c | 421 static int str2val(const char *, const char *, int, int); 509 first_ttl = str2val(optarg, "first ttl", 1, 255); 536 max_ttl = str2val(optarg, "max ttl", 1, 255); 548 port = (u_short)str2val(optarg, "port", 553 nprobes = str2val(optarg, "nprobes", 1, -1); 569 tos = str2val(optarg, "tos", 0, 255); 582 waittime = str2val(optarg, "wait time", 587 pausemsecs = str2val(optarg, "pause msecs", 623 packlen = str2val(argv[optind + 1], 1723 str2val(const char *str, const char *what, int mi, int ma function in typeref:typename:int [all...] |