Tor 0.4.9.2-alpha-dev
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
created_cell_t Struct Reference

#include <onion.h>

Data Fields

uint8_t cell_type
 
uint16_t handshake_len
 
uint8_t reply [MAX_CREATED_LEN]
 

Detailed Description

A parsed CREATED, CREATED_FAST, or CREATED2 cell.

Definition at line 39 of file onion.h.

Field Documentation

◆ cell_type

uint8_t cell_type

The cell command. One of CREATED{,_FAST,2}

Definition at line 41 of file onion.h.

Referenced by check_created_cell(), check_extended_cell(), and created_cell_format().

◆ handshake_len

uint16_t handshake_len

The number of bytes used in reply.

Definition at line 43 of file onion.h.

◆ reply

uint8_t reply[MAX_CREATED_LEN]

The server-side message for the circuit creation handshake.

Definition at line 45 of file onion.h.

Referenced by cpuworker_onion_handshake_threadfn().


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