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

  /external/ltp/testcases/network/stress/interface/
if4-addr-change 54 if [ $IPV4_LPREFIX -lt 8 -o $IPV4_LPREFIX -ge 32 ] ; then
55 tst_brk TCONF "test must be with prefix >= 8 and prefix < 32 ($IPV4_LPREFIX)"
56 elif [ $IPV4_LPREFIX -lt 16 ]; then # N.x.x.num
58 elif [ $IPV4_LPREFIX -lt 24 ]; then # N.N.x.num
  /external/ltp/testcases/lib/
tst_net.sh 454 [ "$type" = "lhost" ] && mask=$IPV4_LPREFIX || mask=$IPV4_RPREFIX
759 eval $(tst_net_vars $IPV4_LHOST/$IPV4_LPREFIX \
766 tst_res_ TINFO "$IPV4_LHOST/$IPV4_LPREFIX -- $IPV4_RHOST/$IPV4_RPREFIX"

Completed in 325 milliseconds