Home | History | Annotate | Download | only in iputils

Lines Matching refs:sndhops

116 	int sndhops;
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)
297 else if (sndhops<0 && rethops != ttl)