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

  /external/iputils/
tracepath.c 103 int sndhops; local
130 sndhops = -1;
135 sndhops = his[slot].hops;
144 sndhops = rcvbuf.ttl;
174 if (sndhops>0)
175 printf("%2d: ", sndhops);
216 hops_to = sndhops<0 ? ttl : sndhops;
233 if (sndhops>=0 && rethops != sndhops)
    [all...]
tracepath6.c 116 int sndhops; local
143 sndhops = -1;
158 sndhops = his[slot].hops;
167 sndhops = rcvbuf.ttl;
214 if (sndhops>0)
215 printf("%2d: ", sndhops);
275 hops_to = sndhops<0 ? ttl : sndhops;
295 if (sndhops>=0 && rethops != sndhops)
    [all...]

Completed in 44 milliseconds