tor  master
Data Fields
cell_t Struct Reference

#include <or.h>

Data Fields

circid_t circ_id
 
uint8_t command
 
uint8_t payload [CELL_PAYLOAD_SIZE]
 

Detailed Description

Parsed onion routing cell. All communication between nodes is via cells.

Field Documentation

◆ circ_id

circid_t circ_id

Circuit which received the cell.

◆ command

uint8_t command

Type of the cell: one of CELL_PADDING, CELL_CREATE, CELL_DESTROY, etc

◆ payload

uint8_t payload[CELL_PAYLOAD_SIZE]

Cell body.


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