#include <tcptls.h>

Data Fields | |
| int | client |
| FILE * | f |
| int | fd |
| ast_mutex_t | lock |
| struct ast_tcptls_session_args * | parent |
| struct ast_sockaddr | remote_address |
| SSL * | ssl |
| int client |
Definition at line 146 of file tcptls.h.
Referenced by _sip_tcp_helper_thread(), handle_tcptls_connection(), ast_tcptls_server_root(), and ast_tcptls_client_create().
| FILE* f |
Definition at line 142 of file tcptls.h.
Referenced by _sip_tcp_helper_thread(), ast_http_send(), ast_http_get_post_vars(), httpd_helper_thread(), session_do(), http_post_callback(), and handle_tcptls_connection().
| int fd |
Definition at line 143 of file tcptls.h.
Referenced by app_exec(), sip_tcptls_write(), _sip_tcp_helper_thread(), sip_prepare_socket(), session_do(), phoneprov_callback(), ast_tcptls_server_read(), ast_tcptls_server_write(), handle_tcptls_connection(), ast_tcptls_server_root(), and ast_tcptls_client_create().
Definition at line 149 of file tcptls.h.
Referenced by sip_tcptls_write(), _sip_tcp_helper_thread(), session_instance_destructor(), ast_tcptls_server_root(), and ast_tcptls_client_create().
| struct ast_tcptls_session_args* parent |
Definition at line 148 of file tcptls.h.
Referenced by _sip_tcp_helper_thread(), mansession_get_transport(), mansession_encode_sin_local(), handle_tcptls_connection(), ast_tcptls_server_root(), ast_tcptls_client_start(), and ast_tcptls_client_create().
| struct ast_sockaddr remote_address |
Definition at line 147 of file tcptls.h.
Referenced by _sip_tcp_helper_thread(), session_do(), manager_http_callback(), mxml_http_callback(), rawman_http_callback(), auth_manager_http_callback(), auth_mxml_http_callback(), auth_rawman_http_callback(), ast_tcptls_server_root(), and ast_tcptls_client_create().
| SSL* ssl |
Definition at line 144 of file tcptls.h.
Referenced by sip_threadinfo_create(), _sip_tcp_helper_thread(), ast_tcptls_server_read(), ast_tcptls_server_write(), and handle_tcptls_connection().