Home
last modified time | relevance | path

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

/external/ltp/testcases/network/stress/icmp/multi-diffip/
Dicmp4-multi-diffip01174 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 … 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 …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 ]; then
[all …]
/external/ltp/testcases/network/stress/udp/multi-diffip/
Dudp4-multi-diffip01168 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 … 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 …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 ]; then
[all …]
/external/ltp/testcases/network/stress/tcp/multi-diffip/
Dtcp4-multi-diffip01202 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 … 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 …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 ]; then
[all …]