mbed TLS v2.0.0
|
#include <ssl_internal.h>
Data Fields | |
unsigned char * | p |
size_t | len |
unsigned char | type |
mbedtls_ssl_flight_item * | next |
Definition at line 311 of file ssl_internal.h.
size_t mbedtls_ssl_flight_item::len |
length of p
Definition at line 314 of file ssl_internal.h.
mbedtls_ssl_flight_item* mbedtls_ssl_flight_item::next |
next handshake message(s)
Definition at line 316 of file ssl_internal.h.
unsigned char* mbedtls_ssl_flight_item::p |
message, including handshake headers
Definition at line 313 of file ssl_internal.h.
unsigned char mbedtls_ssl_flight_item::type |
type of the message: handshake or CCS
Definition at line 315 of file ssl_internal.h.