Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:02:02 2007

Asterisk developer's documentation :: Codename Pineapple


iax2_trunk_peer Struct Reference


Detailed Description

Definition at line 376 of file chan_iax2.c.

Data Fields

sockaddr_in addr
int calls
unsigned int lastsent
timeval lasttxtime
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


Field Documentation

struct sockaddr_in addr
 

Definition at line 379 of file chan_iax2.c.

Referenced by find_tpeer(), iax2_trunk_queue(), send_trunk(), and timing_read().

int calls
 

Definition at line 391 of file chan_iax2.c.

Referenced by iax2_trunk_queue(), and send_trunk().

unsigned int lastsent
 

Last sent time

Definition at line 384 of file chan_iax2.c.

Referenced by calc_txpeerstamp().

struct timeval lasttxtime
 

Last transmitted trunktime

Definition at line 382 of file chan_iax2.c.

Referenced by calc_txpeerstamp().

ast_mutex_t lock
 

Definition at line 377 of file chan_iax2.c.

Referenced by find_tpeer(), iax2_trunk_queue(), socket_process_meta(), and timing_read().

struct timeval rxtrunktime
 

Receive trunktime

Definition at line 381 of file chan_iax2.c.

Referenced by socket_process_meta().

int sockfd
 

Definition at line 378 of file chan_iax2.c.

Referenced by send_trunk().

struct timeval trunkact
 

Last trunk activity

Definition at line 383 of file chan_iax2.c.

Referenced by calc_txpeerstamp(), iax2_trunk_expired(), and socket_process_meta().

unsigned char* trunkdata
 

Definition at line 386 of file chan_iax2.c.

Referenced by iax2_trunk_queue(), and send_trunk().

unsigned int trunkdataalloc
 

Definition at line 388 of file chan_iax2.c.

Referenced by iax2_trunk_queue(), and timing_read().

unsigned int trunkdatalen
 

Definition at line 387 of file chan_iax2.c.

Referenced by iax2_trunk_queue(), send_trunk(), and timing_read().

int trunkerror
 

Definition at line 390 of file chan_iax2.c.

int trunkmaxmtu
 

Definition at line 389 of file chan_iax2.c.

struct timeval txtrunktime
 

Transmit trunktime

Definition at line 380 of file chan_iax2.c.

Referenced by calc_txpeerstamp().


The documentation for this struct was generated from the following file:

Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen