#include <tcptls.h>
Data Fields | |
int | client |
FILE * | f |
int | fd |
ast_mutex_t | lock |
server_args * | parent |
sockaddr_in | requestor |
SSL * | ssl |
Definition at line 123 of file tcptls.h.
int client |
FILE* f |
Definition at line 124 of file tcptls.h.
Referenced by __sip_xmit(), _sip_tcp_helper_thread(), ast_make_file_from_fd(), httpd_helper_thread(), phoneprov_callback(), session_do(), and static_callback().
int fd |
Definition at line 125 of file tcptls.h.
Referenced by _sip_tcp_helper_thread(), ast_make_file_from_fd(), ast_tcptls_server_read(), ast_tcptls_server_write(), phoneprov_callback(), session_do(), and sip_prepare_socket().
Definition at line 131 of file tcptls.h.
Referenced by __sip_xmit(), _sip_tcp_helper_thread(), and session_instance_destructor().
struct server_args* parent |
struct sockaddr_in requestor |
Definition at line 129 of file tcptls.h.
Referenced by _sip_tcp_helper_thread(), manager_http_callback(), mxml_http_callback(), rawman_http_callback(), session_do(), sip_show_tcp(), and sip_tcp_locate().
Definition at line 126 of file tcptls.h.
Referenced by _sip_tcp_helper_thread(), ast_make_file_from_fd(), ast_tcptls_server_read(), and ast_tcptls_server_write().