Searched refs:mcastnum (Results 1 – 2 of 2) sorted by relevance
184 mcastnum=0192 while [ $mcastnum -lt $MCASTNUM_NORMAL ]; do194 x=`expr $mcastnum \/ 254`195 y=`expr $mcastnum % 254 + 1`197 tst_resm TINFO "The number of the connection is less than $mcastnum"203 mcast_port=`expr $mcast_port_top + $mcastnum`213 mcastnum=`expr $mcastnum + 1`
180 mcastnum=0188 while [ $mcastnum -lt $MCASTNUM_NORMAL ]; do190 if [ $mcastnum -gt 65535 ]; then194 mcastnum_hex=`printf "%x" $mcastnum`198 mcast_port=`expr $mcast_port_top + $mcastnum`208 mcastnum=`expr $mcastnum + 1`