Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Data Fields | |
struct ast_sockaddr | addr |
int | calls |
unsigned int | lastsent |
struct timeval | lasttxtime |
struct { | |
struct iax2_trunk_peer * next | |
} | list |
ast_mutex_t | lock |
struct timeval | rxtrunktime |
int | sockfd |
struct timeval | trunkact |
unsigned char * | trunkdata |
unsigned int | trunkdataalloc |
unsigned int | trunkdatalen |
int | trunkerror |
int | trunkmaxmtu |
struct timeval | txtrunktime |
Definition at line 640 of file chan_iax2.c.
struct ast_sockaddr addr |
Definition at line 643 of file chan_iax2.c.
Referenced by find_tpeer(), iax2_trunk_queue(), send_trunk(), and timing_read().
int calls |
Definition at line 655 of file chan_iax2.c.
Referenced by iax2_trunk_queue(), and send_trunk().
unsigned int lastsent |
Last sent time
Definition at line 648 of file chan_iax2.c.
Referenced by calc_txpeerstamp(), and find_tpeer().
struct timeval lasttxtime |
Last transmitted trunktime
Definition at line 646 of file chan_iax2.c.
Referenced by calc_txpeerstamp().
struct { ... } list |
Referenced by find_tpeer().
ast_mutex_t lock |
Definition at line 641 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 656 of file chan_iax2.c.
struct timeval rxtrunktime |
int sockfd |
Definition at line 642 of file chan_iax2.c.
Referenced by find_tpeer(), and send_trunk().
struct timeval trunkact |
Last trunk activity
Definition at line 647 of file chan_iax2.c.
Referenced by calc_txpeerstamp(), find_tpeer(), iax2_trunk_expired(), and socket_process_meta().
unsigned char* trunkdata |
Definition at line 650 of file chan_iax2.c.
Referenced by iax2_trunk_queue(), and send_trunk().
unsigned int trunkdataalloc |
Definition at line 652 of file chan_iax2.c.
Referenced by iax2_trunk_queue(), and timing_read().
unsigned int trunkdatalen |
Definition at line 651 of file chan_iax2.c.
Referenced by iax2_trunk_queue(), send_trunk(), and timing_read().
int trunkerror |
Definition at line 654 of file chan_iax2.c.
int trunkmaxmtu |
Definition at line 653 of file chan_iax2.c.
struct timeval txtrunktime |