mbed TLS v2.1.0
Data Fields
mbedtls_ssl_flight_item Struct Reference

#include <ssl_internal.h>

Collaboration diagram for mbedtls_ssl_flight_item:
Collaboration graph
[legend]

Data Fields

unsigned char * p
 
size_t len
 
unsigned char type
 
mbedtls_ssl_flight_itemnext
 

Detailed Description

Definition at line 310 of file ssl_internal.h.

Field Documentation

size_t mbedtls_ssl_flight_item::len

length of p

Definition at line 313 of file ssl_internal.h.

mbedtls_ssl_flight_item* mbedtls_ssl_flight_item::next

next handshake message(s)

Definition at line 315 of file ssl_internal.h.

unsigned char* mbedtls_ssl_flight_item::p

message, including handshake headers

Definition at line 312 of file ssl_internal.h.

unsigned char mbedtls_ssl_flight_item::type

type of the message: handshake or CCS

Definition at line 314 of file ssl_internal.h.


The documentation for this struct was generated from the following file: