tor  master
Data Fields
create_cell_t Struct Reference

#include <onion.h>

Data Fields

uint8_t cell_type
 
uint16_t handshake_type
 
uint16_t handshake_len
 
uint8_t onionskin [CELL_PAYLOAD_SIZE - 4]
 

Detailed Description

A parsed CREATE, CREATE_FAST, or CREATE2 cell.

Field Documentation

◆ cell_type

uint8_t cell_type

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

◆ handshake_len

uint16_t handshake_len

The number of bytes used in onionskin.

◆ handshake_type

uint16_t handshake_type

One of the ONION_HANDSHAKE_TYPE_* values

◆ onionskin

uint8_t onionskin[CELL_PAYLOAD_SIZE - 4]

The client-side message for the circuit creation handshake.


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