RetroArch
Public Attributes | List of all members
mbedtls_ssl_flight_item Struct Reference

#include <ssl_internal.h>

Collaboration diagram for mbedtls_ssl_flight_item:
[legend]

Public Attributes

unsigned char * p
 
size_t len
 
unsigned char type
 
mbedtls_ssl_flight_itemnext
 

Member Data Documentation

◆ len

size_t mbedtls_ssl_flight_item::len

length of p

◆ next

mbedtls_ssl_flight_item* mbedtls_ssl_flight_item::next

next handshake message(s)

◆ p

unsigned char* mbedtls_ssl_flight_item::p

message, including handshake headers

◆ type

unsigned char mbedtls_ssl_flight_item::type

type of the message: handshake or CCS


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