mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Added SNMP Error Codes.
svn path=/trunk/; revision=3544
This commit is contained in:
parent
803e49c960
commit
6179622668
1 changed files with 17 additions and 0 deletions
|
@ -28,6 +28,23 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// SNMP Error Codes
|
||||
//
|
||||
|
||||
#define SNMP_MEM_ALLOC_ERROR 1
|
||||
#define SNMP_BERAPI_INVALID_LENGTH 10
|
||||
#define SNMP_BERAPI_INVALID_TAG 11
|
||||
#define SNMP_BERAPI_OVERFLOW 12
|
||||
#define SNMP_BERAPI_SHORT_BUFFER 13
|
||||
#define SNMP_BERAPI_INVALID_OBJELEM 14
|
||||
#define SNMP_PDUAPI_UNRECOGNIZED_PDU 20
|
||||
#define SNMP_PDUAPI_INVALID_ES 21
|
||||
#define SNMP_PDUAPI_INVALID_GT 22
|
||||
#define SNMP_AUTHAPI_INVALID_VERSION 30
|
||||
#define SNMP_AUTHAPI_INVALID_MSG_TYPE 31
|
||||
#define SNMP_AUTHAPI_TRIV_AUTH_FAILED 32
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// SNMP Type Definitions
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue