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

  /external/ltp/testcases/network/stress/interface/
if-route-addlarge 26 CHECK_INTERVAL=${CHECK_INTERVAL:-$(($ROUTE_TOTAL / 20))}
50 tst_resm TINFO "'$cmd_name' add IPv$ipver $ROUTE_TOTAL routes"
63 if [ $ROUTE_TOTAL -gt $((xymax * xymax)) ]; then
64 tst_resm TWARN "set ROUTE_TOTAL to $xymax * $xymax"
65 ROUTE_TOTAL=$((xymax * xymax))
68 while [ $cnt -le $ROUTE_TOTAL ]; do
96 tst_brkm TBROK "Too large $ROUTE_TOTAL"
  /external/ltp/testcases/lib/
test_net.sh 676 export ROUTE_TOTAL="${ROUTE_TOTAL:-2000}"

Completed in 978 milliseconds