Home
last modified time | relevance | path

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

/third_party/ltp/testcases/network/stress/interface/
Dif-addr-addlarge.sh12 CHECK_INTERVAL=${CHECK_INTERVAL:-$(($IP_TOTAL / 20))}
21 tst_res TINFO "'$cmd' add $IP_TOTAL IPv$TST_IPVER addresses"
35 if [ $IP_TOTAL -gt $((xymax * xymax)) ]; then
37 IP_TOTAL=$((xymax * xymax))
40 while [ $cnt -le $IP_TOTAL ]; do
105 tst_brk TBROK "Too large $IP_TOTAL"
/third_party/ltp/testcases/network/stress/
DREADME95 IP_TOTAL (for adding large number of IP address test)
169 o IP_TOTAL (for adding large number of IP address test)
/third_party/ltp/testcases/lib/
Dtst_net.sh1015 export IP_TOTAL="${IP_TOTAL:-100}"