Home | History | Annotate | Download | only in traceroute6

Lines Matching defs:hops

86  * internet host.  We find out intermediate hops by launching probe
91 * defaults to 30 hops & can be changed with the -m flag). Three
108 * traceroute to nis.nsf.net (35.1.1.48), 30 hops max, 56 byte packet
128 * traceroute to allspice.lcs.mit.edu (18.26.0.115), 30 hops max
149 * MIT.) Note that the gateways 12, 14, 15, 16 & 17 hops away
184 * length. I.e., rip is really only 7 hops away. A reply that
306 u_char hops; /* hop limit of the packet */
367 u_long probe, hops, lport;
668 fprintf(stderr, ", %lu hops max, %lu byte packets\n",
673 printf("Skipping %lu intermediate hops\n", first_hop - 1);
678 for (hops = first_hop; hops <= max_hops; ++hops) {
683 printf("%2lu ", hops);
692 send_probe(++seq, hops);
807 send_probe(int seq, u_long hops)
813 i = hops;
837 op->hops = hops;