Lines Matching refs:xymax
33 [ "$TST_IPV6" ] && local xymax=65535 || xymax=25435 if [ $ROUTE_TOTAL -gt $((xymax * xymax)) ]; then36 tst_res TWARN "set ROUTE_TOTAL to $xymax * $xymax"37 ROUTE_TOTAL=$((xymax * xymax))64 if [ $y -gt $xymax ]; then67 if [ $x -gt $xymax ]; then