Tor 0.4.9.3-alpha-dev
Loading...
Searching...
No Matches
Data Fields
extended_cell_t Struct Reference

#include <onion.h>

Data Fields

uint8_t cell_type
 
created_cell_t created_cell
 

Detailed Description

A parsed RELAY_EXTEND or RELAY_EXTEND2 cell

Definition at line 67 of file onion.h.

Field Documentation

◆ cell_type

uint8_t cell_type

One of RELAY_EXTENDED or RELAY_EXTENDED2.

Definition at line 69 of file onion.h.

Referenced by check_extended_cell(), command_process_created_cell(), extended_cell_format(), and extended_cell_parse().

◆ created_cell

created_cell_t created_cell

The "created cell" embedded in this extended cell.

Definition at line 71 of file onion.h.

Referenced by check_extended_cell(), command_process_created_cell(), extended_cell_format(), extended_cell_parse(), and handle_relay_msg().


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