tor  master
Data Fields
var_cell_t Struct Reference

#include <or.h>

Data Fields

uint8_t command
 
circid_t circ_id
 
uint16_t payload_len
 
uint8_t payload [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Parsed variable-length onion routing cell.

Field Documentation

◆ circ_id

circid_t circ_id

Circuit thich received the cell

◆ command

uint8_t command

Type of the cell: CELL_VERSIONS, etc.

◆ payload

uint8_t payload[FLEXIBLE_ARRAY_MEMBER]

Payload of this cell

◆ payload_len

uint16_t payload_len

Number of bytes actually stored in payload


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