|
Tor 0.4.9.3-alpha-dev
|
#include <onion.h>
Data Fields | |
| uint8_t | cell_type |
| created_cell_t | created_cell |
| 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_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().