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 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 ]; the
    [all...]
if-addr-addlarge 54 [ "$TST_IPV6" ] && local xymax=65535 || xymax=254
56 if [ $IP_TOTAL -gt $((xymax * xymax)) ]; then
57 tst_resm TWARN "set IP_TOTAL to $xymax * $xymax"
58 IP_TOTAL=$((xymax * xymax))
122 if [ $y -gt $xymax ]; then
125 if [ $x -gt $xymax ]; the
    [all...]

Completed in 65 milliseconds