Home
last modified time | relevance | path

Searched refs:host_type (Results 1 – 7 of 7) sorted by relevance

/external/ltp/testcases/network/stress/ns-tools/
Dadd_ipv6addr65 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
Dset_ipv4addr65 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
Dinitialize_if60 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
Dget_ifname59 host_type=$1
63 case $host_type in
87 if [ $host_type = lhost ]; then
/external/ltp/testcases/network/nfs/nfs_stress/
Dnfs_lib.sh68 local host_type=rhost
71 [ -n "$LTP_NETNS" ] && host_type=
74 mount_dir="[$(tst_ipaddr $host_type)]:$remote_dir"
76 mount_dir="$(tst_ipaddr $host_type):$remote_dir"
/external/curl/tests/python_dependencies/impacket/
Dsmb3.py119 …def __init__(self, remote_name, remote_host, my_name = None, host_type = nmb.TYPE_SERVER, sess_por… argument
221 …NetBIOSUDPSession(my_name, self._Connection['ServerName'], remote_host, host_type, sess_port, self…
223 …NetBIOSTCPSession(my_name, self._Connection['ServerName'], remote_host, host_type, sess_port, self…
Dsmb.py2328 …def __init__(self, remote_name, remote_host, my_name = None, host_type = nmb.TYPE_SERVER, sess_por… argument
2397 …self._sess = nmb.NetBIOSUDPSession(my_name, remote_name, remote_host, host_type, sess_port, self._…
2399 …self._sess = nmb.NetBIOSTCPSession(my_name, remote_name, remote_host, host_type, sess_port, self._…