|
mbed TLS v2.2.1
|
#include <ssl_internal.h>

Data Fields | |
| unsigned char * | p |
| size_t | len |
| unsigned char | type |
| mbedtls_ssl_flight_item * | next |
Definition at line 324 of file ssl_internal.h.
| size_t mbedtls_ssl_flight_item::len |
length of p
Definition at line 327 of file ssl_internal.h.
| mbedtls_ssl_flight_item* mbedtls_ssl_flight_item::next |
next handshake message(s)
Definition at line 329 of file ssl_internal.h.
| unsigned char* mbedtls_ssl_flight_item::p |
message, including handshake headers
Definition at line 326 of file ssl_internal.h.
| unsigned char mbedtls_ssl_flight_item::type |
type of the message: handshake or CCS
Definition at line 328 of file ssl_internal.h.
1.8.11