Home
last modified time | relevance | path

Searched refs:host_type (Results 1 – 6 of 6) 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/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._…