
Data Fields | |
| sockaddr_in | addr |
| int | calls |
| unsigned int | lastsent |
| timeval | lasttxtime |
| ast_mutex_t | lock |
| iax2_trunk_peer * | next |
| timeval | rxtrunktime |
| int | sockfd |
| timeval | trunkact |
| unsigned char * | trunkdata |
| unsigned int | trunkdataalloc |
| unsigned int | trunkdatalen |
| int | trunkerror |
| timeval | txtrunktime |
Definition at line 365 of file chan_iax2.c.
| struct sockaddr_in addr |
Definition at line 368 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 371 of file chan_iax2.c.
Referenced by calc_txpeerstamp().
Definition at line 366 of file chan_iax2.c.
Referenced by find_tpeer(), iax2_trunk_queue(), socket_process(), and timing_read().
| struct iax2_trunk_peer* next |
| struct timeval rxtrunktime |
| int sockfd |
| struct timeval trunkact |
Last trunk activity
Definition at line 372 of file chan_iax2.c.
Referenced by calc_txpeerstamp(), iax2_trunk_expired(), and socket_process().
| unsigned char* trunkdata |
| unsigned int trunkdataalloc |
| unsigned int trunkdatalen |
Definition at line 376 of file chan_iax2.c.
Referenced by iax2_trunk_queue(), send_trunk(), and timing_read().
| int trunkerror |
Definition at line 379 of file chan_iax2.c.
| struct timeval txtrunktime |
1.5.1