Lines Matching refs:xymax
29 [ "$TST_IPV6" ] && local xymax=65535 || xymax=25431 if [ $IP_TOTAL -gt $((xymax * xymax)) ]; then32 tst_res TWARN "set IP_TOTAL to $xymax * $xymax"33 IP_TOTAL=$((xymax * xymax))97 if [ $y -gt $xymax ]; then100 if [ $x -gt $xymax ]; then