Home
last modified time | relevance | path

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

/third_party/ltp/testcases/network/stress/interface/
H A Dif-route-addlarge.sh33 [ "$TST_IPV6" ] && local xymax=65535 || xymax=254
35 if [ $ROUTE_TOTAL -gt $((xymax * xymax)) ]; then
36 tst_res TWARN "set ROUTE_TOTAL to $xymax * $xymax"
37 ROUTE_TOTAL=$((xymax * xymax))
64 if [ $y -gt $xymax ]; then
67 if [ $x -gt $xymax ]; the
[all...]
H A Dif-addr-addlarge.sh29 [ "$TST_IPV6" ] && local xymax=65535 || xymax=254
31 if [ $IP_TOTAL -gt $((xymax * xymax)) ]; then
32 tst_res TWARN "set IP_TOTAL to $xymax * $xymax"
33 IP_TOTAL=$((xymax * xymax))
97 if [ $y -gt $xymax ]; then
100 if [ $x -gt $xymax ]; the
[all...]

Completed in 1 milliseconds