Definition of a thread that handles a socket. More...

Data Fields | |
| struct { | |
| struct sip_threadinfo * next | |
| } | list |
| int | stop |
| struct ast_tcptls_session_instance * | tcptls_session |
| pthread_t | threadid |
| enum sip_transport | type |
Definition of a thread that handles a socket.
Definition at line 1627 of file chan_sip.c.
| struct { ... } list |
struct sip_threadinfo* next [read] |
Definition at line 1632 of file chan_sip.c.
| int stop |
Definition at line 1628 of file chan_sip.c.
Referenced by _sip_tcp_helper_thread(), and unload_module().
struct ast_tcptls_session_instance* tcptls_session [read] |
Definition at line 1630 of file chan_sip.c.
Referenced by _sip_tcp_helper_thread(), sip_show_tcp(), and sip_tcp_locate().
| pthread_t threadid |
Definition at line 1629 of file chan_sip.c.
Referenced by _sip_tcp_helper_thread(), and unload_module().
| enum sip_transport type |
We keep a copy of the type here so we can display it in the connection list
Definition at line 1631 of file chan_sip.c.
Referenced by _sip_tcp_helper_thread(), and sip_show_tcp().
1.6.1