Data Fields | |
sockaddr_in | addr |
int | calls |
unsigned int | lastsent |
timeval | lasttxtime |
struct { | |
iax2_trunk_peer * next | |
} | list |
ast_mutex_t | lock |
timeval | rxtrunktime |
int | sockfd |
timeval | trunkact |
unsigned char * | trunkdata |
unsigned int | trunkdataalloc |
unsigned int | trunkdatalen |
int | trunkerror |
int | trunkmaxmtu |
timeval | txtrunktime |
Definition at line 547 of file chan_iax2.c.
struct sockaddr_in addr |
Definition at line 550 of file chan_iax2.c.
Referenced by find_tpeer(), iax2_trunk_queue(), send_trunk(), and timing_read().
int calls |
unsigned int lastsent |
struct timeval lasttxtime |
Last transmitted trunktime
Definition at line 553 of file chan_iax2.c.
Referenced by calc_txpeerstamp().
struct { ... } list |
Definition at line 548 of file chan_iax2.c.
Referenced by find_tpeer(), iax2_trunk_queue(), socket_process_meta(), and timing_read().
struct iax2_trunk_peer* next |
Definition at line 563 of file chan_iax2.c.
Referenced by __get_from_jb(), pvt_destructor(), queue_signalling(), and send_signaling().
struct timeval rxtrunktime |
int sockfd |
struct timeval trunkact |
Last trunk activity
Definition at line 554 of file chan_iax2.c.
Referenced by calc_txpeerstamp(), iax2_trunk_expired(), and socket_process_meta().
unsigned char* trunkdata |
unsigned int trunkdataalloc |
unsigned int trunkdatalen |
Definition at line 558 of file chan_iax2.c.
Referenced by iax2_trunk_queue(), send_trunk(), and timing_read().
int trunkerror |
Definition at line 561 of file chan_iax2.c.
int trunkmaxmtu |
Definition at line 560 of file chan_iax2.c.
struct timeval txtrunktime |