describes a server instance More...
#include <tcptls.h>

Data Fields | |
| int | client |
| FILE * | f |
| int | fd |
| struct ast_str * | overflow_buf |
| struct ast_tcptls_session_args * | parent |
| struct ast_sockaddr | remote_address |
| SSL * | ssl |
| int client |
Definition at line 155 of file tcptls.h.
Referenced by _sip_tcp_helper_thread(), ast_tcptls_client_create(), ast_tcptls_server_root(), handle_tcptls_connection(), sip_tcp_read(), and sip_tls_read().
| FILE* f |
fopen/funopen result
Definition at line 151 of file tcptls.h.
Referenced by ast_http_get_post_vars(), ast_http_send(), ast_tcptls_close_session_file(), handle_tcptls_connection(), http_post_callback(), httpd_helper_thread(), session_do(), sip_tls_read(), and websocket_callback().
| int fd |
the socket returned by accept()
Definition at line 152 of file tcptls.h.
Referenced by _sip_tcp_helper_thread(), app_exec(), ast_tcptls_client_create(), ast_tcptls_close_session_file(), ast_tcptls_server_read(), ast_tcptls_server_root(), ast_tcptls_server_write(), handle_tcptls_connection(), phoneprov_callback(), session_do(), sip_prepare_socket(), sip_tcp_read(), sip_tcptls_write(), sip_tls_read(), and websocket_callback().
| struct ast_str* overflow_buf |
Definition at line 163 of file tcptls.h.
Referenced by _sip_tcp_helper_thread(), ast_tcptls_client_create(), ast_tcptls_server_root(), session_instance_destructor(), and sip_tcp_read().
| struct ast_tcptls_session_args* parent |
Definition at line 157 of file tcptls.h.
Referenced by _sip_tcp_helper_thread(), ast_tcptls_client_create(), ast_tcptls_client_start(), ast_tcptls_server_root(), handle_tcptls_connection(), mansession_get_transport(), report_auth_success(), report_failed_acl(), report_failed_challenge_response(), report_inval_password(), report_invalid_user(), report_req_bad_format(), report_req_not_allowed(), and report_session_limit().
| struct ast_sockaddr remote_address |
Definition at line 156 of file tcptls.h.
Referenced by _sip_tcp_helper_thread(), ast_tcptls_client_create(), ast_tcptls_server_root(), auth_manager_http_callback(), auth_mxml_http_callback(), auth_rawman_http_callback(), manager_http_callback(), mxml_http_callback(), rawman_http_callback(), session_do(), sip_tcp_read(), sip_tls_read(), and websocket_callback().
| SSL* ssl |
ssl state
Definition at line 153 of file tcptls.h.
Referenced by _sip_tcp_helper_thread(), ast_tcptls_server_read(), ast_tcptls_server_write(), handle_tcptls_connection(), sip_threadinfo_create(), and websocket_callback().