Home
last modified time | relevance | path

Searched refs:mcastnum (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/network/stress/multicast/packet-flood/
Dmcast4-pktfld02184 mcastnum=0
192 while [ $mcastnum -lt $MCASTNUM_NORMAL ]; do
194 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`
Dmcast6-pktfld02180 mcastnum=0
188 while [ $mcastnum -lt $MCASTNUM_NORMAL ]; do
190 if [ $mcastnum -gt 65535 ]; then
194 mcastnum_hex=`printf "%x" $mcastnum`
198 mcast_port=`expr $mcast_port_top + $mcastnum`
208 mcastnum=`expr $mcastnum + 1`