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

  /external/ltp/testcases/network/stress/icmp/multi-diffip/
icmp4-multi-diffip01 174 ipaddr_pair_num=0
175 while [ $ipaddr_pair_num -lt $IP_TOTAL_FOR_TCPIP ]; do
177 x=`expr $ipaddr_pair_num \/ 255 % 255`
178 y=`expr $ipaddr_pair_num % 255`
180 tst_info TINFO "This script cannot add more than $ipaddr_pair_num addresses"
202 if [ $ipaddr_pair_num -eq 0 ]; then
206 tst_resm TINFO "The number of IP address at the local host seems to reach the maximum. The number is $ipaddr_pair_num"
219 if [ $ipaddr_pair_num -eq 0 ]; then
223 tst_resm TINFO "The number of IP address at the remote host seems to reach the maximum. The number is $ipaddr_pair_num"
247 if [ $ipaddr_pair_num -eq 0 ]; the
    [all...]
  /external/ltp/testcases/network/stress/tcp/multi-diffip/
tcp4-multi-diffip01 202 ipaddr_pair_num=0
203 while [ $ipaddr_pair_num -lt $IP_TOTAL_FOR_TCPIP ]; do
205 x=`expr $ipaddr_pair_num \/ 255 % 255`
206 y=`expr $ipaddr_pair_num % 255`
208 tst_info TINFO "This script cannot add more than $ipaddr_pair_num addresses"
227 if [ $ipaddr_pair_num -eq 0 ]; then
231 tst_resm TINFO "The number of IP address at the local host seems to reach the maximum. The number is $ipaddr_pair_num"
244 if [ $ipaddr_pair_num -eq 0 ]; then
248 tst_resm TINFO "The number of IP address at the remote host seems to reach the maximum. The number is $ipaddr_pair_num"
272 if [ $ipaddr_pair_num -eq 0 ]; the
    [all...]
  /external/ltp/testcases/network/stress/udp/multi-diffip/
udp4-multi-diffip01 168 ipaddr_pair_num=0
169 while [ $ipaddr_pair_num -lt $IP_TOTAL_FOR_TCPIP ]; do
171 x=`expr $ipaddr_pair_num \/ 255 % 255`
172 y=`expr $ipaddr_pair_num % 255`
174 tst_info TINFO "This script cannot add more than $ipaddr_pair_num addresses"
196 if [ $ipaddr_pair_num -eq 0 ]; then
200 tst_resm TINFO "The number of IP address at the local host seems to reach the maximum. The number is $ipaddr_pair_num"
211 if [ $ipaddr_pair_num -eq 0 ]; then
215 tst_resm TINFO "The number of IP address at the remote host seems to reach the maximum. The number is $ipaddr_pair_num"
239 if [ $ipaddr_pair_num -eq 0 ]; the
    [all...]

Completed in 549 milliseconds