Tor
0.4.7.0-alpha-dev
|
Header file for rendcommon.c. More...
Go to the source code of this file.
Enumerations | |
enum | rend_intro_point_failure_t { INTRO_POINT_FAILURE_GENERIC = 0 , INTRO_POINT_FAILURE_TIMEOUT = 1 , INTRO_POINT_FAILURE_UNREACHABLE = 2 } |
Functions | |
void | rend_process_relay_cell (circuit_t *circ, const crypt_path_t *layer_hint, int command, size_t length, const uint8_t *payload) |
void | assert_circ_anonymity_ok (const origin_circuit_t *circ, const or_options_t *options) |
Header file for rendcommon.c.
Definition in file rendcommon.h.
void rend_process_relay_cell | ( | circuit_t * | circ, |
const crypt_path_t * | layer_hint, | ||
int | command, | ||
size_t | length, | ||
const uint8_t * | payload | ||
) |
Called when we get a rendezvous-related relay cell on circuit circ. Dispatch on rendezvous relay command.
Definition at line 34 of file rendcommon.c.