Home
last modified time | relevance | path

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

/netbsd/usr.sbin/mtrace/
H A Dmtrace.c78 #define MAXHOPS UNREACHABLE /* Don't need more hops than max metric */ macro
92 struct tr_resp r[MAXHOPS]; /* Per-hop reports */
102 char names[MAXHOPS][40];
103 int reset[MAXHOPS]; /* To get around 3.4 bug, ... */
104 int swaps[MAXHOPS]; /* To get around 3.6 bug, ... */
1218 if (qno > MAXHOPS) qno = MAXHOPS; in main()
1422 hops = MAXHOPS; in main()
1469 for (hops = 1, nexthop = 1; hops <= MAXHOPS; ++hops) { in main()