OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_hops
(Results
1 - 2
of
2
) sorted by null
/external/iputils/
tracepath.c
49
int
max_hops
= MAX_HOPS_DEFAULT;
variable
335
max_hops
= atoi(optarg);
336
if (
max_hops
< 0 ||
max_hops
> MAX_HOPS_LIMIT) {
417
for (ttl = 1; ttl <=
max_hops
; ttl++) {
tracepath6.c
61
int
max_hops
= MAX_HOPS_DEFAULT;
variable
403
max_hops
= atoi(optarg);
404
if (
max_hops
< 0 ||
max_hops
> MAX_HOPS_LIMIT) {
535
for (ttl = 1; ttl <=
max_hops
; ttl++) {
Completed in 218 milliseconds