Home | History | Annotate | Download | only in multi-diffip

Lines Matching refs:ipaddr_pair_num

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 ]; then
251 tst_resm TINFO "The number of IP address at the local host seems to reach the maximum. The number is $ipaddr_pair_num"
264 if [ $ipaddr_pair_num -eq 0 ]; then
268 tst_resm TINFO "The number of IP address at the remote host seems to reach the maximum. The number is $ipaddr_pair_num"
283 if [ $ipaddr_pair_num -eq 0 ]; then
296 if [ $ipaddr_pair_num -eq 0 ]; then
312 tst_resm TBROK "No IPv4 connectivity among ${ipaddr_pair_num}th IP address pair"
320 tst_resm TBROK "No IPv6 connectivity among ${ipaddr_pair_num}th IP address pair"
331 ipaddr_pair_num=`expr $ipaddr_pair_num + 1`
344 while [ $connection_num -lt $ipaddr_pair_num ]; do