Searched refs:first_hop (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c341 u_long first_hop = 1; variable
422 first_hop = strtoul(optarg, &ep, 0);
423 if (errno || !*optarg || *ep || first_hop > 255) {
586 if (max_hops < first_hop) {
918 if (first_hop > 1)
919 printf("Skipping %lu intermediate hops\n", first_hop - 1);
924 for (hops = first_hop; hops <= max_hops; ++hops) {

Completed in 112 milliseconds