Home | History | Annotate | Download | only in interface

Lines Matching refs:xymax

61 	[ "$TST_IPV6" ] && local xymax=65535 || xymax=254
63 if [ $ROUTE_TOTAL -gt $((xymax * xymax)) ]; then
64 tst_resm TWARN "set ROUTE_TOTAL to $xymax * $xymax"
65 ROUTE_TOTAL=$((xymax * xymax))
92 if [ $y -gt $xymax ]; then
95 if [ $x -gt $xymax ]; then