Home
last modified time | relevance | path

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

/external/ltp/testcases/network/stress/interface/
Dif4-addr-change.sh40 if [ $IPV4_LPREFIX -lt 8 -o $IPV4_LPREFIX -ge 32 ] ; then
41 tst_brk TCONF "test must be with prefix >= 8 and prefix < 32 ($IPV4_LPREFIX)"
42 elif [ $IPV4_LPREFIX -lt 16 ]; then # N.x.x.num
44 elif [ $IPV4_LPREFIX -lt 24 ]; then # N.N.x.num
/external/ltp/testcases/lib/
Dtst_net.sh551 [ "$type" = "lhost" ] && mask=$IPV4_LPREFIX || mask=$IPV4_RPREFIX
887 eval $(tst_net_vars $IPV4_LHOST/$IPV4_LPREFIX \
894 tst_res_ TINFO "$IPV4_LHOST/$IPV4_LPREFIX -- $IPV4_RHOST/$IPV4_RPREFIX"