OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
ssl3_record_st Struct Reference

#include <ssl3.h>

Public Attributes

int type
 
unsigned int length
 
unsigned int off
 
unsigned char * data
 
unsigned char * input
 
unsigned char * comp
 
unsigned long epoch
 
unsigned char seq_num [8]
 

Detailed Description

Definition at line 348 of file ssl3.h.

Member Data Documentation

unsigned char * ssl3_record_st::comp

Definition at line 355 of file ssl3.h.

unsigned char * ssl3_record_st::data

Definition at line 353 of file ssl3.h.

unsigned long ssl3_record_st::epoch

Definition at line 356 of file ssl3.h.

unsigned char * ssl3_record_st::input

Definition at line 354 of file ssl3.h.

unsigned int ssl3_record_st::length

Definition at line 351 of file ssl3.h.

unsigned int ssl3_record_st::off

Definition at line 352 of file ssl3.h.

unsigned char ssl3_record_st::seq_num

Definition at line 357 of file ssl3.h.

int ssl3_record_st::type

Definition at line 350 of file ssl3.h.


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