DTLS related status codes. More...
Macros | |
#define | STATUS_DTLS_BASE STATUS_NETWORKING_BASE + 0x01000000 |
#define | STATUS_CERTIFICATE_GENERATION_FAILED STATUS_DTLS_BASE + 0x00000001 |
#define | STATUS_SSL_CTX_CREATION_FAILED STATUS_DTLS_BASE + 0x00000002 |
#define | STATUS_SSL_REMOTE_CERTIFICATE_VERIFICATION_FAILED STATUS_DTLS_BASE + 0x00000003 |
#define | STATUS_SSL_PACKET_BEFORE_DTLS_READY STATUS_DTLS_BASE + 0x00000004 |
#define | STATUS_SSL_UNKNOWN_SRTP_PROFILE STATUS_DTLS_BASE + 0x00000005 |
#define | STATUS_SSL_INVALID_CERTIFICATE_BITS STATUS_DTLS_BASE + 0x00000006 |
#define | STATUS_DTLS_SESSION_ALREADY_FREED STATUS_DTLS_BASE + 0x00000007 |
DTLS related status codes.
WEBRTC DTLS related codes. Values are derived from STATUS_DTLS_BASE (0x59000000)
#define STATUS_CERTIFICATE_GENERATION_FAILED STATUS_DTLS_BASE + 0x00000001 |
#define STATUS_DTLS_BASE STATUS_NETWORKING_BASE + 0x01000000 |
#define STATUS_DTLS_SESSION_ALREADY_FREED STATUS_DTLS_BASE + 0x00000007 |
#define STATUS_SSL_CTX_CREATION_FAILED STATUS_DTLS_BASE + 0x00000002 |
#define STATUS_SSL_INVALID_CERTIFICATE_BITS STATUS_DTLS_BASE + 0x00000006 |
#define STATUS_SSL_PACKET_BEFORE_DTLS_READY STATUS_DTLS_BASE + 0x00000004 |
#define STATUS_SSL_REMOTE_CERTIFICATE_VERIFICATION_FAILED STATUS_DTLS_BASE + 0x00000003 |
#define STATUS_SSL_UNKNOWN_SRTP_PROFILE STATUS_DTLS_BASE + 0x00000005 |