#include <iax2-parser.h>
Public Member Functions | |
AST_LIST_ENTRY (iax_frame) list | |
Data Fields | |
ast_frame | af |
unsigned char | afdata [0] |
size_t | afdatalen |
unsigned int | cacheable:1 |
unsigned short | callno |
void * | data |
int | datalen |
unsigned short | dcallno |
unsigned int | direction:2 |
unsigned int | final:1 |
int | iseqno |
int | oseqno |
unsigned int | outoforder:1 |
int | retrans |
int | retries |
int | retrytime |
unsigned int | sentyet:1 |
int | sockfd |
unsigned int | transfer:1 |
unsigned int | ts |
unsigned char | unused [AST_FRIENDLY_OFFSET] |
Definition at line 81 of file iax2-parser.h.
AST_LIST_ENTRY | ( | iax_frame | ) |
Definition at line 124 of file iax2-parser.h.
Referenced by __do_deliver(), iax2_send(), iax2_trunk_queue(), iax_frame_wrap(), iaxfrdup2(), schedule_delivery(), and unwrap_timestamp().
unsigned char afdata[0] |
size_t afdatalen |
Amount of space _allocated_ for data
Definition at line 126 of file iax2-parser.h.
Referenced by iax2_send(), iax_frame_new(), iax_frame_wrap(), and iaxfrdup2().
unsigned int cacheable |
unsigned short callno |
Definition at line 90 of file iax2-parser.h.
Referenced by __attempt_transmit(), __do_deliver(), complete_transfer(), iax2_send(), pvt_destructor(), save_rr(), schedule_delivery(), socket_process(), and unwrap_timestamp().
void* data |
int datalen |
unsigned short dcallno |
unsigned int direction |
unsigned int final |
Definition at line 110 of file iax2-parser.h.
Referenced by iax2_send(), iax2_show_stats(), and socket_process().
int iseqno |
int oseqno |
unsigned int outoforder |
Definition at line 104 of file iax2-parser.h.
int retrans |
Definition at line 120 of file iax2-parser.h.
Referenced by __do_deliver(), iax2_frame_free(), and send_trunk().
int retries |
Definition at line 98 of file iax2-parser.h.
Referenced by complete_transfer(), iax2_send(), iax2_show_stats(), pvt_destructor(), and socket_process().
int retrytime |
unsigned int sentyet |
int sockfd |
Definition at line 86 of file iax2-parser.h.
unsigned int transfer |
Definition at line 108 of file iax2-parser.h.
Referenced by iax2_send(), send_trunk(), and socket_process().
unsigned int ts |
Definition at line 100 of file iax2-parser.h.
Referenced by iax2_send(), iax2_trunk_queue(), schedule_delivery(), socket_process(), and unwrap_timestamp().
unsigned char unused[AST_FRIENDLY_OFFSET] |
Definition at line 127 of file iax2-parser.h.