Searched refs:host_type (Results 1 – 7 of 7) sorted by relevance
/external/ltp/testcases/network/stress/ns-tools/ |
D | add_ipv6addr | 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
|
D | set_ipv4addr | 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
|
D | initialize_if | 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
|
D | get_ifname | 59 host_type=$1 63 case $host_type in 87 if [ $host_type = lhost ]; then
|
/external/ltp/testcases/network/nfs/nfs_stress/ |
D | nfs_lib.sh | 68 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/ |
D | smb3.py | 119 …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…
|
D | smb.py | 2328 …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._…
|