
Data Fields | |
| struct sockaddr_in | 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 411 of file chan_iax2.c.
struct sockaddr_in addr [read] |
Definition at line 414 of file chan_iax2.c.
Referenced by find_tpeer(), function_iaxpeer(), handle_cli_iax2_show_channels(), iax2_prov_app(), iax2_start_transfer(), iax2_trunk_queue(), peer_set_srcaddr(), peercnt_add(), send_packet(), send_trunk(), and timing_read().
| int calls |
Definition at line 426 of file chan_iax2.c.
Referenced by iax2_trunk_queue(), and send_trunk().
| unsigned int lastsent |
Last sent time
Definition at line 419 of file chan_iax2.c.
Referenced by calc_timestamp(), calc_txpeerstamp(), find_tpeer(), and iax2_send().
struct timeval lasttxtime [read] |
Last transmitted trunktime
Definition at line 417 of file chan_iax2.c.
Referenced by calc_txpeerstamp().
| struct { ... } list |
Definition at line 412 of file chan_iax2.c.
Referenced by find_tpeer(), iax2_trunk_queue(), socket_process_meta(), and timing_read().
struct iax2_trunk_peer* next [read] |
Definition at line 427 of file chan_iax2.c.
struct timeval rxtrunktime [read] |
| int sockfd |
Definition at line 413 of file chan_iax2.c.
Referenced by find_tpeer(), iax2_prov_app(), peer_set_srcaddr(), send_packet(), and send_trunk().
struct timeval trunkact [read] |
Last trunk activity
Definition at line 418 of file chan_iax2.c.
Referenced by calc_txpeerstamp(), find_tpeer(), iax2_trunk_expired(), and socket_process_meta().
| unsigned char* trunkdata |
Definition at line 421 of file chan_iax2.c.
Referenced by iax2_trunk_queue(), and send_trunk().
| unsigned int trunkdataalloc |
Definition at line 423 of file chan_iax2.c.
Referenced by iax2_trunk_queue(), and timing_read().
| unsigned int trunkdatalen |
Definition at line 422 of file chan_iax2.c.
Referenced by iax2_trunk_queue(), send_trunk(), and timing_read().
| int trunkerror |
Definition at line 425 of file chan_iax2.c.
| int trunkmaxmtu |
Definition at line 424 of file chan_iax2.c.
struct timeval txtrunktime [read] |
1.6.1