Home
last modified time | relevance | path

Searched refs:IP_TOTAL (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/network/stress/interface/
Dif-addr-addlarge25 CHECK_INTERVAL=${CHECK_INTERVAL:-$(($IP_TOTAL / 20))}
34 tst_res TINFO "'$cmd' add $IP_TOTAL IPv$TST_IPVER addresses"
48 if [ $IP_TOTAL -gt $((xymax * xymax)) ]; then
50 IP_TOTAL=$((xymax * xymax))
53 while [ $cnt -le $IP_TOTAL ]; do
118 tst_brk TBROK "Too large $IP_TOTAL"
/external/ltp/testcases/network/stress/
DREADME96 IP_TOTAL (for adding large number of IP address test)
170 o IP_TOTAL (for adding large number of IP address test)
/external/ltp/testcases/lib/
Dtst_net.sh782 export IP_TOTAL="${IP_TOTAL:-100}"