#include <or.h>
Data Fields | |
struct packed_cell_t * | next |
char | body [CELL_NETWORK_SIZE] |
struct packed_cell_t* packed_cell_t::next [read] |
Next cell queued on this circuit.
Referenced by cell_queue_append(), cell_queue_clear(), cell_queue_pop(), and packed_cell_copy().
char packed_cell_t::body[CELL_NETWORK_SIZE] |
Cell as packed for network.
Referenced by cell_pack(), connection_or_flush_from_first_active_circuit(), and connection_or_write_cell_to_buf().