Data Fields | |
int | actions |
unsigned char * | buf |
ssize_t | buf_len |
size_t | buf_size |
time_t | checktime |
ast_cond_t | cond |
char | curfunc [80] |
struct { | |
unsigned short callno | |
unsigned char csub | |
sockaddr_in sin | |
unsigned char type | |
} | ffinfo |
struct { | |
iax2_pkt_buf * first | |
iax2_pkt_buf * last | |
} | full_frames |
ast_cond_t | init_cond |
ast_mutex_t | init_lock |
int | iofd |
sockaddr_in | iosin |
enum iax2_thread_iostate | iostate |
struct { | |
iax2_thread * next | |
} | list |
ast_mutex_t | lock |
unsigned char | readbuf [4096] |
const void * | scheddata |
void(* | schedfunc )(const void *) |
pthread_t | threadid |
int | threadnum |
enum iax2_thread_type | type |
Definition at line 758 of file chan_iax2.c.
int actions |
Definition at line 769 of file chan_iax2.c.
unsigned char* buf |
ssize_t buf_len |
size_t buf_size |
Definition at line 776 of file chan_iax2.c.
unsigned short callno |
Definition at line 788 of file chan_iax2.c.
Referenced by __send_lagrq(), __send_ping(), and socket_read().
time_t checktime |
Definition at line 778 of file chan_iax2.c.
Definition at line 780 of file chan_iax2.c.
unsigned char csub |
Definition at line 791 of file chan_iax2.c.
char curfunc[80] |
Definition at line 767 of file chan_iax2.c.
struct { ... } ffinfo |
if this thread is processing a full frame, some information about that frame will be stored here, so we can avoid dispatching any more full frames for that callno to other threads
Referenced by socket_read().
struct iax2_pkt_buf* first |
Definition at line 796 of file chan_iax2.c.
struct { ... } full_frames |
Queued up full frames for processing. If more full frames arrive for a call which this thread is already processing a full frame for, they are queued up here.
Referenced by defer_full_frame().
Definition at line 782 of file chan_iax2.c.
Definition at line 781 of file chan_iax2.c.
int iofd |
Definition at line 777 of file chan_iax2.c.
struct sockaddr_in iosin |
Definition at line 772 of file chan_iax2.c.
Definition at line 761 of file chan_iax2.c.
struct iax2_pkt_buf* last |
Definition at line 796 of file chan_iax2.c.
struct { ... } list |
Referenced by handle_cli_iax2_show_threads(), socket_read(), and start_network_thread().
struct iax2_thread* next |
Definition at line 759 of file chan_iax2.c.
unsigned char readbuf[4096] |
Definition at line 773 of file chan_iax2.c.
const void* scheddata |
Definition at line 764 of file chan_iax2.c.
void(* schedfunc)(const void *) |
struct sockaddr_in sin |
pthread_t threadid |
Definition at line 770 of file chan_iax2.c.
int threadnum |
Definition at line 771 of file chan_iax2.c.
unsigned char type |
Definition at line 790 of file chan_iax2.c.
enum iax2_thread_type type |
Definition at line 760 of file chan_iax2.c.