Lines Matching refs:xymax
49 [ "$TST_IPV6" ] && local xymax=65535 || xymax=25451 if [ $ROUTE_TOTAL -gt $((xymax * xymax)) ]; then52 tst_res TWARN "set ROUTE_TOTAL to $xymax * $xymax"53 ROUTE_TOTAL=$((xymax * xymax))80 if [ $y -gt $xymax ]; then83 if [ $x -gt $xymax ]; then