Searched refs:nt_errors (Results 1 - 5 of 5) sorted by relevance

/external/curl/tests/
H A Dsmbserver.py41 from impacket.nt_errors import (STATUS_ACCESS_DENIED, STATUS_SUCCESS,
/external/tcpdump/
H A Dsmbutil.c1022 static const nt_err_code_struct nt_errors[] = { variable
1886 for (i = 0; nt_errors[i].name; i++) {
1887 if (err == nt_errors[i].code)
1888 return nt_errors[i].name;
/external/curl/tests/python_dependencies/impacket/
H A Dsmb.py50 from impacket import nmb, ntlm, nt_errors, LOG namespace
521 return 'SMB SessionError: %s(%s)' % nt_errors.ERROR_MESSAGES[self.error_code]
H A Dsmb3.py38 from impacket.nt_errors import STATUS_SUCCESS, STATUS_MORE_PROCESSING_REQUIRED, STATUS_INVALID_PARAMETER, \
H A Dsmbserver.py47 from impacket.nt_errors import STATUS_NO_MORE_FILES, STATUS_NETWORK_NAME_DELETED, STATUS_INVALID_PARAMETER, \
53 # These ones not defined in nt_errors

Completed in 195 milliseconds