Lines Matching defs:hops
70 * internet host. We find out intermediate hops by launching probe
75 * defaults to net.inet.ip.ttl hops & can be changed with the -m flag).
92 * traceroute to nis.nsf.net (35.1.1.48), 64 hops max, 40 byte packets
112 * traceroute to allspice.lcs.mit.edu (18.26.0.115), 64 hops max, 40 byte packets
133 * MIT.) Note that the gateways 12, 14, 15, 16 & 17 hops away
168 * length. I.e., rip is really only 7 hops away. A reply that
320 /* XXX: 2064 = 127(max hops in type 0 rthdr) * sizeof(ip6_hdr) + 16(margin) */
355 u_long probe, hops, lport, ltclass;
908 fprintf(stderr, ", %lu hops max, %lu byte packets\n",
914 printf("Skipping %lu intermediate hops\n", first_hop - 1);
948 for (hops = first_hop; hops <= max_hops; ++hops) {
953 printf("%2lu ", hops);
960 send_probe(++seq, hops);
1102 send_probe(int seq, u_long hops)
1113 i = hops;