Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/include/linkkit/wrappers/
A Dwrappers_defs.h37 #define DTLS_ERROR_BASE (1 << 24) macro
39 #define DTLS_INVALID_PARAM (DTLS_ERROR_BASE | 1)
40 #define DTLS_INVALID_CA_CERTIFICATE (DTLS_ERROR_BASE | 2)
41 #define DTLS_HANDSHAKE_IN_PROGRESS (DTLS_ERROR_BASE | 3)
42 #define DTLS_HANDSHAKE_FAILED (DTLS_ERROR_BASE | 4)
43 #define DTLS_FATAL_ALERT_MESSAGE (DTLS_ERROR_BASE | 5)
44 #define DTLS_PEER_CLOSE_NOTIFY (DTLS_ERROR_BASE | 6)
45 #define DTLS_SESSION_CREATE_FAILED (DTLS_ERROR_BASE | 7)
46 #define DTLS_READ_DATA_FAILED (DTLS_ERROR_BASE | 8)

Completed in 3 milliseconds