netxduo
NX_SECURE_TLS_SERVER_STATE_SEND_HELLO
is only used within netxduo.
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
STM32 Libraries and Samples
netxduo
NX_SECURE_TLS_SERVER_STATE_SEND_HELLO
NX_SECURE_TLS_SERVER_STATE_SEND_HELLO macro
Syntax
Show:
Summary
Declaration
from
nx_secure_tls.h:315
#define
NX_SECURE_TLS_SERVER_STATE_SEND_HELLO
3
Examples
References
from
examples
Code
Location
#define
NX_SECURE_TLS_SERVER_STATE_SEND_HELLO
3
/* A ClientHello has been received and we need to respond. */
nx_secure_tls.h:315
tls_session
->
nx_secure_tls_server_state
=
NX_SECURE_TLS_SERVER_STATE_SEND_HELLO
;
nx_secure_tls_server_handshake.c:180
case
NX_SECURE_TLS_SERVER_STATE_SEND_HELLO
:
nx_secure_tls_server_handshake.c:250
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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