Data Fields | |
struct { | |
sip_threadinfo * next | |
} | list |
int | stop |
ast_tcptls_session_instance * | tcptls_session |
pthread_t | threadid |
enum sip_transport | type |
Definition at line 1644 of file chan_sip.c.
struct { ... } list |
Referenced by _sip_tcp_helper_thread(), and sip_show_tcp().
struct sip_threadinfo* next |
Definition at line 1649 of file chan_sip.c.
int stop |
Definition at line 1647 of file chan_sip.c.
Referenced by _sip_tcp_helper_thread(), sip_show_tcp(), and sip_tcp_locate().
pthread_t threadid |
enum sip_transport type |
We keep a copy of the type here so we can display it in the connection list
Definition at line 1648 of file chan_sip.c.
Referenced by sip_show_tcp().