#include <iax2-parser.h>
Collaboration diagram for iax_frame:
Public Member Functions | |
AST_LIST_ENTRY (iax_frame) list | |
Data Fields | |
ast_frame | af |
unsigned char | afdata [0] |
unsigned int | cacheable:1 |
unsigned short | callno |
void * | data |
int | datalen |
unsigned short | dcallno |
unsigned int | direction:2 |
unsigned int | final:1 |
int | iseqno |
size_t | mallocd_datalen |
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 82 of file iax2-parser.h.
AST_LIST_ENTRY | ( | iax_frame | ) |
Definition at line 125 of file iax2-parser.h.
Referenced by __do_deliver(), iax2_send(), iax2_trunk_queue(), iax_frame_wrap(), iaxfrdup2(), and schedule_delivery().
unsigned char afdata[0] |
unsigned int cacheable |
unsigned short callno |
Definition at line 91 of file iax2-parser.h.
Referenced by __do_deliver(), complete_transfer(), iax2_destroy(), iax2_send(), 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 111 of file iax2-parser.h.
Referenced by iax2_send(), iax2_show_stats(), and socket_process().
int iseqno |
size_t mallocd_datalen |
Amount of space _allocated_ for data
Definition at line 127 of file iax2-parser.h.
Referenced by iax_frame_new(), and iaxfrdup2().
int oseqno |
unsigned int outoforder |
Definition at line 105 of file iax2-parser.h.
int retrans |
Definition at line 121 of file iax2-parser.h.
Referenced by __do_deliver(), iax2_frame_free(), and send_trunk().
int retries |
Definition at line 99 of file iax2-parser.h.
Referenced by complete_transfer(), iax2_destroy(), iax2_send(), iax2_show_stats(), and socket_process().
int retrytime |
unsigned int sentyet |
int sockfd |
Definition at line 87 of file iax2-parser.h.
unsigned int transfer |
Definition at line 109 of file iax2-parser.h.
Referenced by iax2_send(), send_trunk(), and socket_process().
unsigned int ts |
Definition at line 101 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 128 of file iax2-parser.h.