Tor 0.4.9.0-alpha-dev
Data Fields
created_cell_t Struct Reference

#include <onion.h>

Data Fields

uint8_t cell_type
 
uint16_t handshake_len
 
uint8_t reply [CELL_PAYLOAD_SIZE - 2]
 

Detailed Description

A parsed CREATED, CREATED_FAST, or CREATED2 cell.

Definition at line 36 of file onion.h.

Field Documentation

◆ cell_type

uint8_t cell_type

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

Definition at line 38 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 40 of file onion.h.

◆ reply

uint8_t reply[CELL_PAYLOAD_SIZE - 2]

The server-side message for the circuit creation handshake.

Definition at line 42 of file onion.h.

Referenced by cpuworker_onion_handshake_threadfn().


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