Home
last modified time | relevance | path

Searched refs:tst_iface (Results 1 – 20 of 20) sorted by relevance

/external/ltp/testcases/network/stress/multicast/grp-operation/
Dmcast-lib.sh39 SYSFS_FORCE_IGMP_VERSION=$(sysctl -b net.ipv4.conf.$(tst_iface).force_igmp_version)
47 ROD sysctl -qw net.ipv4.conf.$(tst_iface).force_igmp_version=0
57 SYSCTL_FORCE_MLD_VERSION=$(sysctl -b net.ipv6.conf.$(tst_iface).force_mld_version)
61 ROD sysctl -qw net.ipv6.conf.$(tst_iface).force_mld_version=0
79 …[ -n "$SYSFS_FORCE_IGMP_VERSION" ] && sysctl -qw net.ipv4.conf.$(tst_iface).force_igmp_version=$SY…
86 …[ -n "$SYSCTL_FORCE_MLD_VERSION" ] && sysctl -qw net.ipv6.conf.$(tst_iface).force_mld_version=$SYS…
/external/ltp/testcases/network/multicast/mc_cmds/
Dmc_cmds51 ip addr show $(tst_iface) | grep -q 'MULTICAST' || \
54 ip maddr show $(tst_iface) | grep -q '224.0.0.1'
72 ping -c2 -I $(tst_iface) 224.0.0.1 > ping_out.log || \
/external/ltp/testcases/network/stress/interface/
Dif-mtu-change40 ip li set $(tst_iface) mtu $saved_mtu
58 local iface=$(tst_iface)
59 local iface_rmt=$(tst_iface rhost)
Dif4-addr-change62 ROD ifconfig $(tst_iface) ${IPV4_LNETWORK}${add_to_net}.${num} netmask \
Dif-updown38 local iface=$(tst_iface)
Dif-route-adddel38 local iface=$(tst_iface)
Dif-route-addlarge38 local iface=$(tst_iface)
Dif-addr-adddel40 local iface=$(tst_iface)
Dif-addr-addlarge39 local iface=$(tst_iface)
/external/ltp/testcases/network/busy_poll/
Dbusy_poll_lib.sh29 ethtool --show-features $(tst_iface) | \
34 ethtool -i $(tst_iface) | grep -qE "driver: ($drvs)" || \
/external/ltp/testcases/network/tcp_cmds/tcpdump/
Dtcpdump0143 $ping_cmd -I $(tst_iface) -f $addr > /dev/null 2>&1 &
47 tcpdump -n -i $(tst_iface) -c $numloops > $outfile 2>/dev/null
/external/ltp/testcases/network/stress/icmp/
Dicmp-uni-basic.sh46 lhost_ifname=$(tst_iface lhost $LINK_NUM)
47 rhost_ifname=$(tst_iface rhost $LINK_NUM)
/external/ltp/testcases/network/stress/ns-tools/
Dtest_net_stress.sh67 local iface_loc=${3:-$(tst_iface lhost $link_num)}
68 local iface_rmt=${4:-$(tst_iface rhost $link_num)}
/external/ltp/testcases/network/dctcp/
Ddctcp01.sh42 tc qdisc del dev $(tst_iface) root netem loss 0.03% ecn
55 tc qdisc add dev $(tst_iface) root netem loss 0.03% ecn > /dev/null 2>&1
/external/ltp/testcases/network/tcp_fastopen/
Dtcp_fastopen_run.sh47 tc qdisc del dev $(tst_iface) root netem delay 100 >/dev/null
74 ROD tc qdisc add dev $(tst_iface) root netem delay 100
/external/ltp/testcases/lib/
Dtest_net.sh192 tst_iface() function
337 local iface=$(tst_iface $type $link_num)
375 local iface_loc=${1:-$(tst_iface)}
376 local iface_rmt=${2:-$(tst_iface rhost)}
/external/ltp/testcases/network/tcp_cmds/arping/
Darping01.sh28 dev=$(tst_iface)
/external/ltp/testcases/network/virt/
Dvirt_lib.sh113 ip li add $vname type $virt_type $opt dev $(tst_iface)
119 ip li add link $(tst_iface) $vname type $virt_type $opt
/external/ltp/testcases/network/stress/ipsec/
Dipsec_lib.sh293 if_loc=$(tst_iface)
294 if_rmt=$(tst_iface rhost)
/external/ltp/testcases/network/stress/ssh/
Dssh-stress56 check_icmpv${ipver}_connectivity $(tst_iface) $(tst_ipaddr rhost) || \