netxduo
NX_SECURE_TLS_HANDSHAKE_HEADER_SIZE
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_HANDSHAKE_HEADER_SIZE
NX_SECURE_TLS_HANDSHAKE_HEADER_SIZE macro
Syntax
Show:
Summary
Declaration
from
nx_secure_tls.h:664
#define
NX_SECURE_TLS_HANDSHAKE_HEADER_SIZE
(
4
)
Examples
References
from
examples
Code
Location
#define
NX_SECURE_TLS_HANDSHAKE_HEADER_SIZE
(
4
)
/* Size of the TLS handshake record header in bytes. */
nx_secure_tls.h:664
NX_SECURE_TLS_HANDSHAKE_HEADER_SIZE
)
nx_secure_tls_allocate_handshake_packet.c:96
(
*
packet_ptr
)
->
nx_packet_prepend_ptr
+=
NX_SECURE_TLS_HANDSHAKE_HEADER_SIZE
;
nx_secure_tls_allocate_handshake_packet.c:105
send_packet
->
nx_packet_prepend_ptr
-=
NX_SECURE_TLS_HANDSHAKE_HEADER_SIZE
;
nx_secure_tls_send_handshake_record.c:100
send_packet
->
nx_packet_length
+=
NX_SECURE_TLS_HANDSHAKE_HEADER_SIZE
;
nx_secure_tls_send_handshake_record.c:101
length
=
length
+
(
USHORT
)
NX_SECURE_TLS_HANDSHAKE_HEADER_SIZE
;
nx_secure_tls_send_handshake_record.c:116
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