Home | History | Annotate | Download | only in interface

Lines Matching refs:xymax

49 	[ "$TST_IPV6" ] && local xymax=65535 || xymax=254
51 if [ $ROUTE_TOTAL -gt $((xymax * xymax)) ]; then
52 tst_res TWARN "set ROUTE_TOTAL to $xymax * $xymax"
53 ROUTE_TOTAL=$((xymax * xymax))
80 if [ $y -gt $xymax ]; then
83 if [ $x -gt $xymax ]; then