Searched refs:xymax (Results 1 – 2 of 2) sorted by relevance
36 [ "$TST_IPV6" ] && local xymax=65535 || xymax=25438 if [ $ROUTE_TOTAL -gt $((xymax * xymax)) ]; then39 tst_res TWARN "set ROUTE_TOTAL to $xymax * $xymax"40 ROUTE_TOTAL=$((xymax * xymax))67 if [ $y -gt $xymax ]; then70 if [ $x -gt $xymax ]; then
33 [ "$TST_IPV6" ] && local xymax=65535 || xymax=25435 if [ $IP_TOTAL -gt $((xymax * xymax)) ]; then36 tst_res TWARN "set IP_TOTAL to $xymax * $xymax"37 IP_TOTAL=$((xymax * xymax))101 if [ $y -gt $xymax ]; then104 if [ $x -gt $xymax ]; then