MBEDTLS_SSL_MSG_ALERT is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

MBEDTLS_SSL_MSG_ALERT macro

Syntax

#define MBEDTLS_SSL_MSG_ALERT 21

References

LocationText
ssl.h:299
#define MBEDTLS_SSL_MSG_ALERT 21
ssl_tls.c:4061
ssl->in_msgtype != MBEDTLS_SSL_MSG_ALERT &&
ssl_tls.c:5158
if( ssl->in_msgtype == MBEDTLS_SSL_MSG_ALERT )
ssl_tls.c:5254
ssl->out_msgtype = MBEDTLS_SSL_MSG_ALERT;
ssl_tls.c:8504
if( ssl->in_msgtype == MBEDTLS_SSL_MSG_ALERT )