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

Lines Matching refs:ipaddr_pair_num

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 ]; then
243 tst_resm TINFO "The number of IP address at the local host seems to reach the maximum. The number is $ipaddr_pair_num"
256 if [ $ipaddr_pair_num -eq 0 ]; then
260 tst_resm TINFO "The number of IP address at the remote host seems to reach the maximum. The number is $ipaddr_pair_num"
275 if [ $ipaddr_pair_num -eq 0 ]; then
288 if [ $ipaddr_pair_num -eq 0 ]; then
304 tst_resm TBROK "No IPv4 connectivity among ${ipaddr_pair_num}th IP a
313 tst_resm TBROK "No IPv6 connectivity among ${ipaddr_pair_num}th IP a
325 ipaddr_pair_num=`expr $ipaddr_pair_num + 1`
361 while [ $connection_num -lt $ipaddr_pair_num ]; do