Home
last modified time | relevance | path

Searched refs:TST_IPVER (Results 1 – 25 of 48) sorted by relevance

12

/third_party/ltp/testcases/network/stress/multicast/packet-flood/
Dmcast-pktfld01.sh19 …tst_res TINFO "joining an IPv${TST_IPVER} multicast group with a single socket, then receiving a l…
24 local port=$(tst_get_unused_port ipv${TST_IPVER} dgram)
28 ROD $MCAST_LCMD -f $TST_IPVER -I $(tst_iface lhost) -m $addr -p $port -b
31 …tst_rhost_run -s -c "$MCAST_RCMD -D $addr -f $TST_IPVER -p $port -s 32767 -m -I $(tst_iface rhost)…
Dmcast-pktfld02.sh20 …tst_res TINFO "joining $MCASTNUM_NORMAL IPv${TST_IPVER} multicast groups on separate sockets, then…
36 port=$(tst_get_unused_port ipv${TST_IPVER} dgram)
40 ROD $MCAST_LCMD -f $TST_IPVER -I $(tst_iface lhost) -m $addr -p $port -b
43 …tst_rhost_run -s -c "$MCAST_RCMD -D $addr -f $TST_IPVER -p $port -m -I $(tst_iface rhost) -b -t $N…
/third_party/ltp/testcases/network/stress/ssh/
Dssh-stress.sh46 port=$(tst_rhost_run -c "tst_get_unused_port ipv${TST_IPVER} stream")
92 RHOST_SSH="ssh -$TST_IPVER -F $RHOST_SSH_CONF $(tst_ipaddr)"
105 …tst_res TINFO "Verify SSH connectivity over IPv$TST_IPVER is not broken after creating many SSH se…
137 …tst_res TINFO "Verify SSH connectivity over IPv$TST_IPVER is not broken after logging in/out by ma…
198 …tst_res TINFO "Verify SSH connectivity over IPv$TST_IPVER is not broken after forwarding TCP traff…
202 if [ "$TST_IPVER" = "6" ]; then
210 lport=$(tst_rhost_run -c "tst_get_unused_port ipv${TST_IPVER} stream")
/third_party/ltp/lib/newlib_tests/shell/net/
Dtst_ipaddr_un.sh145 tst_res TINFO "Testing for IPv${TST_IPVER}, data: \$$var"
160 test_tst_ipaddr_un "IPV${TST_IPVER}_DATA"
166 1) TST_IPV6= TST_IPVER=4 do_test2;;
167 2) TST_IPV6=6 TST_IPVER=6 do_test2;;
/third_party/ltp/testcases/network/dhcp/
Ddhcp_lib.sh96 pkill -f "dhclient -$TST_IPVER $iface1"
123 tst_res TINFO "starting DHCPv$TST_IPVER server on $iface0"
155 tst_res TINFO "starting dhclient -$TST_IPVER $iface1"
156 dhclient -$TST_IPVER $iface1 || tst_brk TBROK "dhclient failed"
162 tst_res TPASS "'$ip_addr_check' configured by DHCPv$TST_IPVER"
168 tst_res TFAIL "'$ip_addr_check' not configured by DHCPv$TST_IPVER"
/third_party/ltp/testcases/network/stress/dns/
Ddns-stress.sh166 port=$(tst_get_unused_port ipv${TST_IPVER} dgram)
169 named -$TST_IPVER -c named.conf -p $port || \
183 tst_rhost_run -s -c "dns-stress01-rmt.sh $TST_IPVER $(tst_ipaddr) $port \
193 tst_rhost_run -s -c "dns-stress02-rmt.sh $TST_IPVER $(tst_ipaddr) $port $net \
201 setup_$TST_IPVER
/third_party/ltp/testcases/network/virt/
Dwireguard_lib.sh24 local port_loc="$(tst_get_unused_port ipv${TST_IPVER} dgram)"
25 local port_rmt=$(tst_rhost_run -c "tst_get_unused_port ipv${TST_IPVER} dgram")
30 tst_res TINFO "setup wireguard UDPv${TST_IPVER} tunnel, port $port_loc/$port_rmt"
/third_party/ltp/testcases/network/iptables/
Diptables_lib.sh75 ip${TST_IPV6}table_filter ip${TST_IPV6}_tables nf_nat_ipv${TST_IPVER} nf_nat \
76 nf_log_ipv${TST_IPVER} nf_log_common nf_reject_ipv${TST_IPVER} \
77 nf_conntrack_ipv${TST_IPVER} nf_defrag_ipv${TST_IPVER} nf_conntrack \
/third_party/ltp/testcases/network/stress/route/
Droute-redirect.sh36 sysctl -w net.ipv${TST_IPVER}.conf.${lhost_ifname}.accept_redirects=1 > /dev/null
55 ROD ns-udpsender -f $TST_IPVER -D $DST_HOST -p $DST_PORT -o -s 8
/third_party/ltp/testcases/network/tcp_cmds/sendfile/
Dsendfile01.sh20 tst_res TINFO "copy files from server to client using the sendfile() on IPv$TST_IPVER"
25 port=$(tst_rhost_run -s -c "tst_get_unused_port ipv$TST_IPVER stream")
/third_party/ltp/testcases/network/stress/broken_ip/
Dbroken_ip-dstaddr.sh13 tst_res TINFO "Sending ICMPv$TST_IPVER with wrong dst address for $NS_DURATION sec"
Dbroken_ip-plen.sh13 tst_res TINFO "Sending ICMPv$TST_IPVER with wrong payload len for $NS_DURATION sec"
Dbroken_ip-version.sh13 tst_res TINFO "Sending ICMPv$TST_IPVER with wrong version field for $NS_DURATION sec"
Dbroken_ip-ihl.sh15 TST_IPVER=4
Dbroken_ip-checksum.sh15 TST_IPVER=4
Dbroken_ip-nexthdr.sh15 TST_IPVER=6
Dbroken_ip-protcol.sh15 TST_IPVER=4
Dbroken_ip-fragment.sh15 TST_IPVER=4
/third_party/ltp/testcases/lib/
Dtst_net.sh20 TST_IPVER=${TST_IPV6:-4}
27 6) TST_IPV6=6 TST_IPVER=6 TST_IPV6_FLAG="-6";;
901 ns-icmpv${TST_IPVER}_sender -s $size $opts
904 tst_res_ TPASS "'ns-icmpv${TST_IPVER}_sender -s $size $opts' pass"
906 tst_res_ TFAIL "'ns-icmpv${TST_IPVER}_sender -s $size $opts' fail"
/third_party/ltp/testcases/network/stress/multicast/query-flood/
Dmcast-queryfld01.sh20 …tst_res TINFO "joining an IPv${TST_IPVER} multicast group on a single socket, then receiving a lar…
Dmcast-queryfld02.sh21 …tst_res TINFO "joining an IPv${TST_IPVER} multicast group on a single socket, then receiving a lar…
/third_party/ltp/testcases/network/stress/multicast/grp-operation/
Dmcast-group-source-filter.sh16 …tst_res TINFO "joining and leaving the same IPv$TST_IPVER multicast group with a different source …
Dmcast-group-same-group.sh16 …tst_res TINFO "joining and leaving the same IPv$TST_IPVER multicast group on $MCASTNUM_NORMAL sock…
Dmcast-group-single-socket.sh21 tst_res TINFO "joining $MCASTNUM_HEAVY IPv$TST_IPVER multicast groups on a single socket"
Dmcast-group-multiple-socket.sh27 tst_res TINFO "joining $MCASTNUM_HEAVY IPv$TST_IPVER multicast groups on multiple sockets"

12