Searched defs:first_ttl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c155 static int first_ttl = 1; /* initial number of hops */ variable
314 first_ttl = str2int(optarg, "first ttl", 1, MAXTTL);
510 if (first_ttl > max_ttl) {
514 prog, first_ttl, max_ttl);
1420 set_ancillary_data(&msg6, first_ttl, pr6->gwIPlist, gw_count,
1606 for (ttl = first_ttl; ttl <= max_ttl; ++ttl) {
1624 if ((ttl == (first_ttl + 1)) && (options & SO_DONTROUTE)) {

Completed in 49 milliseconds