Searched refs:max_hops (Results 1 – 4 of 4) sorted by relevance
49 int max_hops = MAX_HOPS_DEFAULT; variable335 max_hops = atoi(optarg); in main()336 if (max_hops < 0 || max_hops > MAX_HOPS_LIMIT) { in main()417 for (ttl = 1; ttl <= max_hops; ttl++) { in main()
61 int max_hops = MAX_HOPS_DEFAULT; variable403 max_hops = atoi(optarg); in main()404 if (max_hops < 0 || max_hops > MAX_HOPS_LIMIT) { in main()535 for (ttl = 1; ttl <= max_hops; ttl++) { in main()
54 size_t max_hops; member63 FN(Self)(handle)->max_hops = in FN()206 size_t hops = self->max_hops; in FN()
21 <arg choice="opt">-m <replaceable/max_hops/</arg>74 Set maximum hops (or maximum TTLs) to <replaceable/max_hops/