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

  /external/curl/tests/python_dependencies/impacket/
nmb.py 71 TYPE_SERVER = 0x20
129 TYPE_SERVER: 'Server', TYPE_MASTER_BROWSER: 'Master Browser', TYPE_BROWSER: 'Browser Server',
494 entries = filter(lambda x:x.get_nametype() == TYPE_SERVER, entries)
679 def __init__(self, myname, remote_name, remote_host, remote_type = TYPE_SERVER, sess_port = NETBIOS_SESSION_PORT, timeout = None, local_type = TYPE_WORKSTATION, sock = None):
830 def __init__(self, myname, remote_name, remote_host, remote_type = TYPE_SERVER, sess_port = NETBIOS_SESSION_PORT, timeout = None, local_type = TYPE_WORKSTATION, sock = None, select_poll = False):
    [all...]
smb3.py 119 def __init__(self, remote_name, remote_host, my_name = None, host_type = nmb.TYPE_SERVER, sess_port = 445, timeout=60, UDP = 0, preferredDialect = None, session = None):
    [all...]
smb.py     [all...]

Completed in 443 milliseconds