|
Asterisk - The Open Source Telephony Project
18.5.0
|

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 595 of file chan_iax2.c.
| struct ast_sockaddr addr |
Definition at line 598 of file chan_iax2.c.
Referenced by find_tpeer(), iax2_trunk_queue(), send_trunk(), and timing_read().
| int calls |
Definition at line 610 of file chan_iax2.c.
Referenced by iax2_trunk_queue(), and send_trunk().
| unsigned int lastsent |
Last sent time
Definition at line 603 of file chan_iax2.c.
Referenced by calc_txpeerstamp(), and find_tpeer().
| struct timeval lasttxtime |
Last transmitted trunktime
Definition at line 601 of file chan_iax2.c.
Referenced by calc_txpeerstamp().
| struct { ... } list |
Referenced by find_tpeer().
| ast_mutex_t lock |
Definition at line 596 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 611 of file chan_iax2.c.
| struct timeval rxtrunktime |
| int sockfd |
Definition at line 597 of file chan_iax2.c.
Referenced by find_tpeer(), and send_trunk().
| struct timeval trunkact |
Last trunk activity
Definition at line 602 of file chan_iax2.c.
Referenced by calc_txpeerstamp(), find_tpeer(), iax2_trunk_expired(), and socket_process_meta().
| unsigned char* trunkdata |
Definition at line 605 of file chan_iax2.c.
Referenced by iax2_trunk_queue(), and send_trunk().
| unsigned int trunkdataalloc |
Definition at line 607 of file chan_iax2.c.
Referenced by iax2_trunk_queue(), and timing_read().
| unsigned int trunkdatalen |
Definition at line 606 of file chan_iax2.c.
Referenced by iax2_trunk_queue(), send_trunk(), and timing_read().
| int trunkerror |
Definition at line 609 of file chan_iax2.c.
| int trunkmaxmtu |
Definition at line 608 of file chan_iax2.c.
| struct timeval txtrunktime |
1.8.13