Home
last modified time | relevance | path

Searched refs:nt_errors (Results 1 – 6 of 6) sorted by relevance

/external/tcpdump/
Dsmbutil.c1022 static const nt_err_code_struct nt_errors[] = { variable
1886 for (i = 0; nt_errors[i].name; i++) { in nt_errstr()
1887 if (err == nt_errors[i].code) in nt_errstr()
1888 return nt_errors[i].name; in nt_errstr()
/external/curl/tests/
DMakefile.am29 SMBDEPS = $(IMP)/__init__.py $(IMP)/nmb.py $(IMP)/nt_errors.py \
Dsmbserver.py41 from impacket.nt_errors import (STATUS_ACCESS_DENIED, STATUS_SUCCESS,
/external/curl/tests/python_dependencies/impacket/
Dsmb.py50 from impacket import nmb, ntlm, nt_errors, LOG
521 return 'SMB SessionError: %s(%s)' % nt_errors.ERROR_MESSAGES[self.error_code]
Dsmb3.py38 from impacket.nt_errors import STATUS_SUCCESS, STATUS_MORE_PROCESSING_REQUIRED, STATUS_INVALID_PARA…
Dsmbserver.py47 from impacket.nt_errors import STATUS_NO_MORE_FILES, STATUS_NETWORK_NAME_DELETED, STATUS_INVALID_PA…