HomeSort by: relevance | last modified time | path
    Searched defs:max_hops (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/traceroute6/
traceroute6.c 344 static u_long max_hops = 30; variable in typeref:typename:u_long
382 max_hops = i;
426 max_hops = strtoul(optarg, &ep, 0);
427 if (errno || !*optarg || *ep || max_hops > 255)
480 if (max_hops < first_hop)
482 "first hoplimit `%lu'", max_hops, first_hop);
669 max_hops, datalen);
678 for (hops = first_hop; hops <= max_hops; ++hops) {

Completed in 16 milliseconds