Tor
0.4.7.0-alpha-dev
|
#include <onion.h>
Data Fields | |
uint8_t | cell_type |
uint16_t | handshake_type |
uint16_t | handshake_len |
uint8_t | onionskin [CELL_PAYLOAD_SIZE - 4] |
uint8_t cell_type |
The cell command. One of CREATE{,_FAST,2}
Definition at line 26 of file onion.h.
Referenced by check_create_cell(), circuit_deliver_create_cell(), create_cell_format_impl(), and create_cell_init().
uint16_t handshake_len |
The number of bytes used in onionskin.
Definition at line 30 of file onion.h.
Referenced by cpuworker_onion_handshake_threadfn(), and create_cell_init().
uint16_t handshake_type |
One of the ONION_HANDSHAKE_TYPE_* values
Definition at line 28 of file onion.h.
Referenced by cpuworker_onion_handshake_threadfn(), create_cell_init(), and onion_pending_add().
uint8_t onionskin[CELL_PAYLOAD_SIZE - 4] |
The client-side message for the circuit creation handshake.
Definition at line 32 of file onion.h.
Referenced by cpuworker_onion_handshake_threadfn(), and create_cell_init().