HomeSort by relevance Sort by last modified time
    Searched refs:hops_to (Results 1 - 2 of 2) sorted by null

  /external/iputils/
tracepath.c 54 int hops_to = -1; variable
216 hops_to = sndhops<0 ? ttl : sndhops;
447 if (hops_to>=0)
448 printf("hops %d ", hops_to);
tracepath6.c 66 int hops_to = -1; variable
275 hops_to = sndhops<0 ? ttl : sndhops;
577 if (hops_to>=0)
578 printf("hops %d ", hops_to);

Completed in 85 milliseconds