HomeSort by relevance Sort by last modified time
    Searched refs:xymax (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/network/stress/interface/
if-route-addlarge 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 ]; the
    [all...]
if-addr-addlarge 46 [ "$TST_IPV6" ] && local xymax=65535 || xymax=254
48 if [ $IP_TOTAL -gt $((xymax * xymax)) ]; then
49 tst_res TWARN "set IP_TOTAL to $xymax * $xymax"
50 IP_TOTAL=$((xymax * xymax))
114 if [ $y -gt $xymax ]; then
117 if [ $x -gt $xymax ]; the
    [all...]

Completed in 183 milliseconds