Tor
0.4.7.0-alpha-dev
|
#include <onion.h>
Data Fields | |
uint8_t | cell_type |
uint16_t | handshake_len |
uint8_t | reply [CELL_PAYLOAD_SIZE - 2] |
uint8_t cell_type |
The cell command. One of CREATED{,_FAST,2}
Definition at line 38 of file onion.h.
Referenced by check_created_cell(), check_extended_cell(), and created_cell_format().
uint8_t reply[CELL_PAYLOAD_SIZE - 2] |
The server-side message for the circuit creation handshake.
Definition at line 42 of file onion.h.
Referenced by cpuworker_onion_handshake_threadfn().