Home
last modified time | relevance | path

Searched refs:max_hops (Results 1 – 4 of 4) sorted by relevance

/external/iputils/
Dtracepath.c49 int max_hops = MAX_HOPS_DEFAULT; variable
335 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()
Dtracepath6.c61 int max_hops = MAX_HOPS_DEFAULT; variable
403 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()
/external/brotli/c/enc/
Dhash_forgetful_chain_inc.h54 size_t max_hops; member
63 FN(Self)(handle)->max_hops = in FN()
206 size_t hops = self->max_hops; in FN()
/external/iputils/doc/
Dtracepath.sgml21 <arg choice="opt">-m <replaceable/max_hops/</arg>
74 Set maximum hops (or maximum TTLs) to <replaceable/max_hops/