tor  master
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.

Field Documentation

◆ cell_type

uint8_t cell_type

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

◆ handshake_len

uint16_t handshake_len

The number of bytes used in reply.

◆ reply

uint8_t reply[CELL_PAYLOAD_SIZE - 2]

The server-side message for the circuit creation handshake.


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