Home
last modified time | relevance | path

Searched refs:xymax (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/network/stress/interface/
Dif-route-addlarge.sh36 [ "$TST_IPV6" ] && local xymax=65535 || xymax=254
38 if [ $ROUTE_TOTAL -gt $((xymax * xymax)) ]; then
39 tst_res TWARN "set ROUTE_TOTAL to $xymax * $xymax"
40 ROUTE_TOTAL=$((xymax * xymax))
67 if [ $y -gt $xymax ]; then
70 if [ $x -gt $xymax ]; then
Dif-addr-addlarge.sh33 [ "$TST_IPV6" ] && local xymax=65535 || xymax=254
35 if [ $IP_TOTAL -gt $((xymax * xymax)) ]; then
36 tst_res TWARN "set IP_TOTAL to $xymax * $xymax"
37 IP_TOTAL=$((xymax * xymax))
101 if [ $y -gt $xymax ]; then
104 if [ $x -gt $xymax ]; then