Lines Matching refs:xymax
61 [ "$TST_IPV6" ] && local xymax=65535 || xymax=25463 if [ $ROUTE_TOTAL -gt $((xymax * xymax)) ]; then64 tst_resm TWARN "set ROUTE_TOTAL to $xymax * $xymax"65 ROUTE_TOTAL=$((xymax * xymax))92 if [ $y -gt $xymax ]; then95 if [ $x -gt $xymax ]; then