Searched refs:ERRCLASS_OS (Results 1 – 1 of 1) sorted by relevance
/external/curl/tests/python_dependencies/impacket/ |
D | nmb.py | 141 if errclass == ERRCLASS_OS: 457 raise NetBIOSError, ( 'Cannot bind to a good UDP port', ERRCLASS_OS, errno.EAGAIN ) 542 … raise NetBIOSError, ( 'Error occurs while waiting for response', ERRCLASS_OS, ex[0] ) 589 … raise NetBIOSError, ( 'Error occurs while waiting for response', ERRCLASS_OS, ex[0] ) 899 raise NetBIOSError, ( 'Error while reading from remote', ERRCLASS_OS, None) 905 … raise NetBIOSError, ( 'Error occurs while reading from remote', ERRCLASS_OS, ex[0] ) 922 raise NetBIOSError, ( 'Error while reading from remote', ERRCLASS_OS, None) 928 … raise NetBIOSError, ( 'Error occurs while reading from remote', ERRCLASS_OS, ex[0] ) 946 ERRCLASS_OS = 0xff variable
|