You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
467 B
14 lines
467 B
|
|
#ifndef _TPRT_NOTIFY_
|
|
#define _TPRT_NOTIFY_
|
|
|
|
#define TPRT_NOTIFY_NONE 0
|
|
#define TPRT_NOTIFY_OTHER_REASON 1
|
|
#define TPRT_NOTIFY_REMOTE_NO_SECURITY 2
|
|
#define TPRT_NOTIFY_REMOTE_DOWNLEVEL_SECURITY 3
|
|
#define TPRT_NOTIFY_INCOMPATIBLE_T120_TPDU 4
|
|
#define TPRT_NOTIFY_REMOTE_REQUIRE_SECURITY 5
|
|
#define TPRT_NOTIFY_AUTHENTICATION_FAILED 6
|
|
|
|
#endif // _TPRT_NOTIFY_
|
|
|