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

  /external/ltp/testcases/network/stress/ns-tools/
add_ipv6addr 62 echo "Usage: $0 host_type link_number network_portion host_portion" >&2
65 host_type=$1
71 if [ $host_type != lhost -a $host_type != rhost ]; then
81 ifname=`get_ifname $host_type $link_num` || exit 1
83 if [ $host_type = lhost ]; then
initialize_if 57 echo "Usage: $0 host_type link_num" >&2
60 host_type=$1
64 if [ $host_type != lhost -a $host_type != rhost ]; then
70 ifname=`get_ifname $host_type $link_num` || exit 1
75 if [ $host_type = lhost ]; then
set_ipv4addr 62 echo "Usage: $0 host_type link_num network_portion host_portion" >&2
65 host_type=$1
71 if [ $host_type != lhost -a $host_type != rhost ]; then
82 ifname=`get_ifname $host_type $link_num` || exit 1
84 if [ $host_type = lhost ]; then
get_ifname 56 echo "Usage: $0 host_type link_num" >&2
59 host_type=$1
63 case $host_type in
87 if [ $host_type = lhost ]; then

Completed in 211 milliseconds