HomeSort by relevance Sort by last modified time
    Searched refs:mcastnum (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/network/stress/multicast/packet-flood/
mcast4-pktfld02 184 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`
mcast6-pktfld02 180 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`

Completed in 654 milliseconds