Searched refs:max_ttl (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute.c | 154 static int max_ttl = 30; /* max number of hops */ variable 406 max_ttl = str2int(optarg, "max ttl(hop limit)", 1, in main() 510 if (first_ttl > max_ttl) { in main() 514 prog, first_ttl, max_ttl); in main() 1577 Fprintf(stderr, ", %d hops max, %d byte packets\n", max_ttl, in traceroute() 1606 for (ttl = first_ttl; ttl <= max_ttl; ++ttl) { in traceroute()
|