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

  /external/ltp/testcases/network/stress/interface/
if-addr-addlarge 27 CHECK_INTERVAL=${CHECK_INTERVAL:-$(($IP_TOTAL / 20))}
42 tst_resm TINFO "'$cmd_name' add $IP_TOTAL IPv$ipver addresses"
56 if [ $IP_TOTAL -gt $((xymax * xymax)) ]; then
57 tst_resm TWARN "set IP_TOTAL to $xymax * $xymax"
58 IP_TOTAL=$((xymax * xymax))
61 while [ $cnt -le $IP_TOTAL ]; do
126 tst_brkm TBROK "Too large $IP_TOTAL"
  /external/ltp/testcases/lib/
test_net.sh 674 export IP_TOTAL="${IP_TOTAL:-2000}"

Completed in 192 milliseconds