OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 14:10:14 GMT 2025