Tor
0.4.7.0-alpha-dev
|
#include <or.h>
Data Fields | |
uint8_t | command |
uint16_t | recognized |
streamid_t | stream_id |
char | integrity [4] |
uint16_t | length |
uint8_t command |
The end-to-end relay command.
Definition at line 519 of file or.h.
Referenced by circpad_check_received_cell(), connection_edge_process_relay_cell_not_open(), pathbias_count_valid_cells(), relay_header_pack(), and relay_header_unpack().
char integrity[4] |
Used to tell whether cell is corrupted.
Definition at line 522 of file or.h.
Referenced by relay_header_pack(), relay_header_unpack(), and relay_set_digest().
uint16_t length |
How long is the payload body?
Definition at line 523 of file or.h.
Referenced by connected_cell_parse(), connection_ap_process_end_not_open(), connection_exit_begin_conn(), connection_exit_begin_resolve(), pathbias_check_probe_response(), relay_header_pack(), relay_header_unpack(), and resolved_cell_parse().
uint16_t recognized |
Used to tell whether cell is for us.
Definition at line 520 of file or.h.
Referenced by relay_header_pack(), and relay_header_unpack().
streamid_t stream_id |
Which stream is this cell associated with?
Definition at line 521 of file or.h.
Referenced by connection_exit_begin_resolve(), process_sendme_cell(), relay_header_pack(), relay_header_unpack(), and relay_lookup_conn().