|
Tor 0.4.9.8
|
Entry connection structure. More...
#include "core/or/edge_connection_st.h"Go to the source code of this file.
Data Structures | |
| struct | entry_connection_t |
Macros | |
| #define | DEBUGGING_17659 |
| #define | NUM_CIRCUITS_LAUNCHED_THRESHOLD 10 |
| #define | ENTRY_TO_EDGE_CONN(c) |
Entry connection structure.
Definition in file entry_connection_st.h.
| #define DEBUGGING_17659 |
Definition at line 60 of file entry_connection_st.h.
| #define ENTRY_TO_EDGE_CONN | ( | c | ) |
Cast a entry_connection_t subtype pointer to a edge_connection_t
Definition at line 106 of file entry_connection_st.h.
Referenced by assert_connection_ok(), circuit_get_open_circ_or_launch(), circuit_is_acceptable(), client_desc_has_arrived(), connection_ap_about_to_close(), connection_ap_detach_retriable(), connection_ap_expire_beginning(), connection_ap_get_begincell_flags(), connection_ap_get_nonrend_circ_purpose(), connection_ap_handle_onion(), connection_ap_handshake_attach_circuit(), connection_ap_handshake_send_begin(), connection_ap_handshake_send_resolve(), connection_ap_handshake_socks_resolved(), connection_ap_process_end_not_open(), connection_ap_supports_optimistic_data(), connection_mark_unattached_ap_(), control_event_stream_status(), dnsserv_launch_request(), entry_connection_new(), evdns_server_callback(), getinfo_helper_events(), handle_control_attachstream(), link_apconn_to_circ(), retry_all_socks_conn_waiting_for_desc(), and write_stream_target_to_buf().
| #define NUM_CIRCUITS_LAUNCHED_THRESHOLD 10 |
Definition at line 67 of file entry_connection_st.h.