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

  /external/curl/tests/python_dependencies/impacket/
nmb.py 152 class NetBIOSError(Exception): pass
180 raise NetBIOSError( 'Wrong packet format ' )
227 raise NetBIOSError( 'Wrong packet format ' )
315 raise NetBIOSError( 'Wrong packet format ' )
457 raise NetBIOSError, ( 'Cannot bind to a good UDP port', ERRCLASS_OS, errno.EAGAIN )
485 # Raises NetBIOSError for other errors
534 raise NetBIOSError, ( 'Negative name query response', ERRCLASS_QUERY, res.get_rcode() )
537 raise NetBIOSError( 'Malformed response')
542 raise NetBIOSError, ( 'Error occurs while waiting for response', ERRCLASS_OS, ex[0] )
574 raise NetBIOSError, "recvfrom error: %s" % str(e
    [all...]
smbserver.py     [all...]

Completed in 2545 milliseconds