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

  /external/ltp/testcases/network/busy_poll/
busy_poll_lib.sh 28 ethtool --show-features $(tst_iface) | grep -q 'busy-poll.*on' || \
  /external/ltp/testcases/network/tcp_cmds/arping/
arping01.sh 28 dev=$(tst_iface)
  /external/ltp/testcases/network/tcp_cmds/tcpdump/
tcpdump01 43 $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/
icmp-uni-basic.sh 47 lhost_ifname=$(tst_iface lhost $LINK_NUM)
48 rhost_ifname=$(tst_iface rhost $LINK_NUM)
icmp-uni-vti.sh 29 if_loc=$(tst_iface)
30 if_rmt=$(tst_iface rhost)
  /external/ltp/testcases/network/multicast/mc_cmds/
mc_cmds 49 ip addr show $(tst_iface) | grep -q 'MULTICAST' || \
50 tst_brkm TFAIL "Multicast not listed for $(tst_iface)"
52 ip maddr show $(tst_iface) | grep -q '224.0.0.1'
54 tst_resm TWARN "'ip maddr show $(tst_iface)' failed," \
56 ip maddr show | sed -ne "/\s$(tst_iface)/,/^[0-9]/p" | \
58 tst_brkm TFAIL "$(tst_iface) not joined 224.0.0.1"
64 tst_resm TINFO "Trying to ping with $(tst_iface)"\
66 ping -c2 -I $(tst_iface) 224.0.0.1 > ping_out.log || \
75 "-I $(tst_iface) 224.0.0.1"
  /external/ltp/testcases/network/stress/interface/
if-mtu-change 40 ip li set $(tst_iface) mtu $saved_mtu
41 tst_rhost_run -c "ip li set $(tst_iface rhost) mtu $saved_mtu"
58 local iface=$(tst_iface)
59 local iface_rmt=$(tst_iface rhost)
105 saved_mtu="$(cat /sys/class/net/$(tst_iface)/mtu)"
if4-addr-change 54 ifconfig $(tst_iface) $lhost_ipv4addr netmask 255.255.255.0 \
if-updown 37 local iface=$(tst_iface)
if-addr-adddel 47 local iface=$(tst_iface)
if-route-adddel 45 local iface=$(tst_iface)
if-route-addlarge 45 local iface=$(tst_iface)
if-addr-addlarge 46 local iface=$(tst_iface)
  /external/ltp/testcases/network/dctcp/
dctcp01.sh 41 tc qdisc del dev $(tst_iface) root netem loss 0.03% ecn
54 tc qdisc add dev $(tst_iface) root netem loss 0.03% ecn > /dev/null 2>&1
  /external/ltp/testcases/lib/
test_net.sh 159 # tst_iface [TYPE] [LINK]
162 tst_iface() function
216 local iface="$(tst_iface $type $link_num)"
248 local iface=$(tst_iface $type $link_num)
286 local iface_loc=${1:-$(tst_iface)}
287 local iface_rmt=${2:-$(tst_iface rhost)}
400 local src_iface="${1:-$(tst_iface)}"
446 opts="${opts}-I $(tst_iface) -S $(tst_ipaddr) -D $(tst_ipaddr rhost) "
  /external/ltp/testcases/network/stress/ssh/
ssh-stress 56 check_icmpv${ipver}_connectivity $(tst_iface) $(tst_ipaddr rhost) || \
  /external/ltp/testcases/network/virt/
virt_lib.sh 116 opt="remote $(tst_ipaddr rhost) dev $(tst_iface)"
128 ip li add link $(tst_iface) $vname type $virt_type $opt
146 tst_rhost_run -s -c "ip li add link $(tst_iface rhost) ltp_v0 \
247 local opt="$1 $grp dev $(tst_iface)"
248 local opt_r="$2 $grp dev $(tst_iface rhost)"

Completed in 476 milliseconds