netxduo
NX_SECURE_TLS_INVALID_PACKET
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_INVALID_PACKET
NX_SECURE_TLS_INVALID_PACKET macro
Syntax
Show:
Summary
Declaration
from
nx_secure_tls.h:207
#define
NX_SECURE_TLS_INVALID_PACKET
0x104
Examples
References
from
examples
Code
Location
#define
NX_SECURE_TLS_INVALID_PACKET
0x104
/* Internal error - received packet did not contain TLS data. */
nx_secure_tls.h:207
return
(
NX_SECURE_TLS_INVALID_PACKET
)
;
nx_secure_tls_hash_record.c:268
case
NX_SECURE_TLS_INVALID_PACKET
:
nx_secure_tls_map_error_to_alert.c:252
return
(
NX_SECURE_TLS_INVALID_PACKET
)
;
nx_secure_tls_process_header.c:90
return
(
NX_SECURE_TLS_INVALID_PACKET
)
;
nx_secure_tls_process_header.c:102
return
(
NX_SECURE_TLS_INVALID_PACKET
)
;
nx_secure_tls_process_record.c:401
return
(
NX_SECURE_TLS_INVALID_PACKET
)
;
nx_secure_tls_process_record.c:412
return
(
NX_SECURE_TLS_INVALID_PACKET
)
;
nx_secure_tls_record_payload_decrypt.c:561
return
(
NX_SECURE_TLS_INVALID_PACKET
)
;
nx_secure_tls_record_payload_decrypt.c:630
return
(
NX_SECURE_TLS_INVALID_PACKET
)
;
nx_secure_tls_send_record.c:160
return
(
NX_SECURE_TLS_INVALID_PACKET
)
;
nx_secure_tls_send_record.c:175
return
(
NX_SECURE_TLS_INVALID_PACKET
)
;
nx_secure_tls_session_receive_records.c:205
return
(
NX_SECURE_TLS_INVALID_PACKET
)
;
nx_secure_tls_session_receive_records.c:231
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