Searched refs:ipaddr_pair_num (Results 1 – 3 of 3) sorted by relevance
174 ipaddr_pair_num=0175 while [ $ipaddr_pair_num -lt $IP_TOTAL_FOR_TCPIP ]; do177 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 ]; then206 … 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 ]; then223 …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 …]
168 ipaddr_pair_num=0169 while [ $ipaddr_pair_num -lt $IP_TOTAL_FOR_TCPIP ]; do171 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 ]; then200 … 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 ]; then215 …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 …]
202 ipaddr_pair_num=0203 while [ $ipaddr_pair_num -lt $IP_TOTAL_FOR_TCPIP ]; do205 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 ]; then231 … 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 ]; then248 …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 …]