Searched defs:max_ttl (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/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, 510 if (first_ttl > max_ttl) { 514 prog, first_ttl, max_ttl); 1577 Fprintf(stderr, ", %d hops max, %d byte packets\n", max_ttl, 1606 for (ttl = first_ttl; ttl <= max_ttl; ++ttl) {
|
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | idmap_config.c | 1337 int ttl, max_ttl; local 1370 max_ttl = (int)pgcfg->rediscovery_interval; 1371 if (ttl > max_ttl) 1372 ttl = max_ttl;
|
Completed in 65 milliseconds