Home
last modified time | relevance | path

Searched refs:NetBIOSError (Results 1 – 2 of 2) sorted by relevance

/external/curl/tests/python_dependencies/impacket/
Dnmb.py152 class NetBIOSError(Exception): pass class
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 )
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)
581 raise NetBIOSError, "Cannot get data from server"
[all …]
Dsmbserver.py3535 except nmb.NetBIOSError: