#include <tcptls.h>
Data Fields | |
int | client |
FILE * | f |
int | fd |
ast_mutex_t | lock |
ast_tcptls_session_args * | parent |
sockaddr_in | remote_address |
SSL * | ssl |
Definition at line 133 of file tcptls.h.
int client |
Definition at line 138 of file tcptls.h.
Referenced by _sip_tcp_helper_thread(), handle_tcptls_connection(), and sip_show_tcp().
FILE* f |
Definition at line 134 of file tcptls.h.
Referenced by _sip_tcp_helper_thread(), handle_tcptls_connection(), httpd_helper_thread(), phoneprov_callback(), session_do(), and static_callback().
int fd |
Definition at line 135 of file tcptls.h.
Referenced by _sip_tcp_helper_thread(), ast_tcptls_server_read(), ast_tcptls_server_write(), handle_tcptls_connection(), phoneprov_callback(), session_do(), sip_prepare_socket(), and sip_tcptls_write().
Definition at line 141 of file tcptls.h.
Referenced by _sip_tcp_helper_thread(), session_instance_destructor(), and sip_tcptls_write().
struct ast_tcptls_session_args* parent |
Definition at line 140 of file tcptls.h.
Referenced by _sip_tcp_helper_thread(), ast_tcptls_client_start(), and handle_tcptls_connection().
struct sockaddr_in remote_address |
Definition at line 139 of file tcptls.h.
Referenced by _sip_tcp_helper_thread(), manager_http_callback(), mxml_http_callback(), rawman_http_callback(), session_do(), sip_show_tcp(), threadinfo_locate_cb(), and threadt_hash_cb().
Definition at line 136 of file tcptls.h.
Referenced by _sip_tcp_helper_thread(), ast_tcptls_server_read(), ast_tcptls_server_write(), handle_tcptls_connection(), and sip_threadinfo_create().