mbedTLS
mbedtls_ssl_context::alert_reason
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_ssl_context::alert_reason
mbedtls_ssl_context::alert_reason field
Syntax
Show:
Summary
Declaration
from
ssl.h:1834
int
MBEDTLS_PRIVATE
(
alert_reason
;
Examples
References
from
examples
Code
Location
Referrer
int
MBEDTLS_PRIVATE
(
alert_reason
)
;
/*!< The error code to be returned
ssl.h:1834
return
ssl
->
alert_reason
;
ssl_msg.c:6362
mbedtls_ssl_handle_pending_alert()
ssl
->
alert_reason
=
alert_reason
;
ssl_msg.c:6374
mbedtls_ssl_pend_fatal_alert()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_context::alert_reason
is written by 1 function and is read by 1 function:
mbedtls_ssl_pend_fatal_alert()
All items filtered out
mbedtls_ssl_context::alert_reason
mbedtls_ssl_handle_pending_alert()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out