Home
last modified time | relevance | path

Searched refs:TST_IPV6 (Results 1 - 25 of 50) sorted by relevance

12

/third_party/ltp/testcases/network/dhcp/
H A Ddhcp_lib.sh39 [ $TST_IPV6 ] && tst_brk TCONF "wicked not supported on IPv6"
45 if [ $TST_IPV6 ]; then
67 dhclient_lease="/var/lib/dhclient/dhclient${TST_IPV6}.leases"
68 [ -f $dhclient_lease ] || dhclient_lease="/var/lib/dhcp/dhclient${TST_IPV6}.leases"
70 tst_res TINFO "backup dhclient${TST_IPV6}.leases"
99 [ -f "dhclient${TST_IPV6}.leases" ] && \
100 mv dhclient${TST_IPV6}.leases $dhclient_lease
122 start_dhcp$TST_IPV6
/third_party/ltp/testcases/network/stress/multicast/grp-operation/
H A Dmcast-lib.sh47 [ "$TST_IPV6" ] && cmd="ns-icmpv6_sender"
52 [ "$TST_IPV6" ] && mcast_setup6 || mcast_setup4 $max
84 [ "$TST_IPV6" ] && mcast_cleanup6 || mcast_cleanup4
100 [ "$TST_IPV6" ] && mprefix="$MCAST_IPV6_ADDR_PREFIX"
108 if [ "$TST_IPV6" ]; then
120 [ "$TST_IPV6" ] && maddr="$MCAST_IPV6_ADDR"
125 if [ "$TST_IPV6" ]; then
153 [ "$TST_IPV6" ] && prefix="$MCAST_IPV6_ADDR_PREFIX"
161 [ "$TST_IPV6" ] && params="-S $(tst_ipaddr) -m"
/third_party/ltp/testcases/network/iptables/
H A Diptables_lib.sh23 ip${TST_IPV6}tables $@
25 $(ip${TST_IPV6}tables-translate $@ | sed "s/[\']//g")
32 ROD ip${TST_IPV6}tables -D INPUT 1
34 ROD nft flush chain ip${TST_IPV6} filter INPUT
41 toolname=ip${TST_IPV6}tables
43 tst_require_drivers ip${TST_IPV6}_tables
46 cmds="$toolname ip${TST_IPV6}tables-translate"
49 if [ "$TST_IPV6" ];then
57 ping_cmd="ping$TST_IPV6"
68 if lsmod | grep -q "ip${TST_IPV6}_table
[all...]
H A Dnft01.sh15 local ip_table="ip${TST_IPV6}"
29 local ip_table="ip${TST_IPV6}"
/third_party/ltp/testcases/network/stress/interface/
H A Dif-route-addlarge.sh14 local inet="inet$TST_IPV6"
16 if [ "$TST_IPV6" ]; then
33 [ "$TST_IPV6" ] && local xymax=65535 || xymax=254
43 if [ "$TST_IPV6" ]; then
H A Dif-addr-addlarge.sh15 [ "$TST_IPV6" ] && local netmask=64 || local netmask=16
29 [ "$TST_IPV6" ] && local xymax=65535 || xymax=254
39 if [ "$TST_IPV6" ]; then
49 if [ "$TST_IPV6" ]; then
74 if [ "$TST_IPV6" ]; then
H A Dif-addr-adddel.sh15 if [ "$TST_IPV6" ]; then
36 if [ "$TST_IPV6" ]; then
63 if [ "$TST_IPV6" ]; then
H A Dif-route-adddel.sh14 local inet="inet$TST_IPV6"
17 if [ "$TST_IPV6" ]; then
18 new_rt="$(TST_IPV6=6 tst_ipaddr_un 0)"
H A Dif-mtu-change.sh33 [ "$TST_IPV6" ] && CHANGE_VALUES=$CHANGE6_VALUES
37 [ "$TST_IPV6" ] || find_ipv4_max_packet_size
/third_party/ltp/testcases/network/tcp_cmds/ipneigh/
H A Dipneigh01.sh25 if [ -n "$TST_IPV6" ]; then
36 tst_require_cmds $CMD ping$TST_IPV6
54 [ "$TST_IPV6" ] && entry_name="NDISC"
60 ping$TST_IPV6 -q -c1 $(tst_ipaddr rhost) -I $(tst_iface) > /dev/null || \
/third_party/ltp/testcases/lib/
H A Dtst_net.sh19 TST_IPV6=${TST_IPV6:-}
20 TST_IPVER=${TST_IPV6:-4}
27 6) TST_IPV6=6 TST_IPVER=6 TST_IPV6_FLAG="-6";;
62 [ "$TST_IPV6" ] && tst_net_require_ipv6
68 if [ "$TST_IPV6" ]; then
441 if [ "$TST_IPV6" ]; then
474 [ "$TST_IPV6" ] && default_max=65535
507 p) [ "$TST_IPV6" ] && prefix="/64" || prefix="/24";;
547 if [ "$TST_IPV6" ]; the
[all...]
/third_party/ltp/testcases/network/stress/multicast/query-flood/
H A Dmcast-queryfld05.sh22 [ "$TST_IPV6" ] && prefix="$MCAST_IPV6_ADDR_PREFIX"
33 if [ "$TST_IPV6" ]; then
43 [ "$TST_IPV6" ] && params="-S $(tst_ipaddr) -m -D $addr"
H A Dmcast-queryfld06.sh27 if [ "$TST_IPV6" ]; then
41 if [ "$TST_IPV6" ]; then
51 [ "$TST_IPV6" ] && params="-S $(tst_ipaddr) -m -D $addr -a $src_addr"
H A Dmcast-queryfld04.sh21 [ "$TST_IPV6" ] && prefix="$MCAST_IPV6_ADDR_PREFIX"
30 [ "$TST_IPV6" ] && params="-S $(tst_ipaddr) -m"
H A Dmcast-queryfld03.sh27 if [ "$TST_IPV6" ]; then
39 [ "$TST_IPV6" ] && params="-S $(tst_ipaddr) -m -D $MCAST_IPV6_ADDR -a $src_addr"
/third_party/ltp/testcases/network/virt/
H A Dvirt_lib.sh47 if [ "$TST_IPV6" ] && tst_kvcmp -lt "3.12"; then
94 [ -n "$TST_IPV6" ] && tnl="ip6tnl"
96 [ -n "$TST_IPV6" ] && tnl="ip6gre" || tnl="gre"
130 ip -f inet$TST_IPV6 tu add $vname mode $virt_type $opt
154 tst_rhost_run -s -c "ip -f inet$TST_IPV6 tu add ltp_v0 \
268 if [ "$TST_IPV6" ]; then
362 [ "$TST_IPV6" ] && virt_type="ip6gre"
372 ip_virt_local="$(TST_IPV6= tst_ipaddr_un)"
373 ip6_virt_local="$(TST_IPV6=6 tst_ipaddr_un)"
375 ip_virt_remote="$(TST_IPV6
[all...]
/third_party/ltp/testcases/network/mpls/
H A Dmpls02.sh27 [ -n "$TST_IPV6" ] && mask=128 || mask=32
30 ROD ip route add $ip_rmt/$mask encap mpls 50 via inet$TST_IPV6 $(tst_ipaddr rhost)
34 tst_rhost_run -s -c "ip route add $ip_loc/$mask encap mpls 60 via inet$TST_IPV6 $(tst_ipaddr)"
/third_party/ltp/lib/newlib_tests/shell/net/
H A Dtst_ipaddr_un.sh165 1) TST_IPV6= TST_IPVER=4 do_test2;;
166 2) TST_IPV6=6 TST_IPVER=6 do_test2;;
/third_party/ltp/testcases/network/stress/ipsec/
H A Dipsec_lib.sh236 local type="type vti$TST_IPV6"
292 tst_res TINFO "Test vti$TST_IPV6 + IPsec[$IPSEC_PROTO/$IPSEC_MODE]"
294 tst_net_run -q "tst_check_drivers ip${TST_IPV6}_vti" || \
295 tst_brk TCONF "ip${TST_IPV6}_vti driver not available on lhost or rhost"
301 if [ "$TST_IPV6" ]; then
/third_party/ltp/testcases/network/tcp_cmds/sendfile/
H A Dsendfile01.sh21 client="testsf_c${TST_IPV6}"
22 server="testsf_s${TST_IPV6}"
/third_party/ltp/testcases/network/traceroute/
H A Dtraceroute01.sh16 TRACEROUTE=traceroute${TST_IPV6}
36 [ "$TST_IPV6" ] && bytes=80
/third_party/ltp/testcases/kernel/containers/netns/
H A Dnetns_lib.sh82 if [ "$TST_IPV6" ]; then
89 tping=ping$TST_IPV6
177 if [ "$TST_IPV6" ]; then
/third_party/ltp/testcases/network/stress/dns/
H A Ddns-stress.sh47 if [ "$TST_IPV6" ]; then
62 [ "$TST_IPV6" ] && ip6_opt="listen-on-v6 { any; };"
65 [ "$TST_IPV6" ] && ip_zone_opt="ip6"
/third_party/ltp/testcases/network/nfs/nfs_stress/
H A Dnfs_lib.sh52 echo "${t}${TST_IPV6}"
131 if [ $TST_IPV6 ]; then
/third_party/ltp/testcases/network/stress/broken_ip/
H A Dbroken_ip-protcol.sh13 TST_IPV6=

Completed in 5 milliseconds

12