#include <iax2-parser.h>
Public Member Functions | |
AST_LIST_ENTRY (iax_frame) list | |
Data Fields | |
struct 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 __attempt_transmit(), __do_deliver(), iax2_send(), iax2_trunk_queue(), iax_frame_wrap(), iaxfrdup2(), schedule_delivery(), and socket_process().
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(), iaxfrdup2(), and socket_process().
unsigned int cacheable |
Definition at line 114 of file iax2-parser.h.
Referenced by iax_frame_free(), iax_frame_new(), iaxfrdup2(), and socket_process().
unsigned short callno |
Definition at line 90 of file iax2-parser.h.
Referenced by __attempt_transmit(), __do_deliver(), complete_transfer(), iax2_send(), network_thread(), pvt_destructor(), save_rr(), schedule_delivery(), send_packet(), socket_process(), unwrap_timestamp(), update_packet(), and vnak_retransmit().
void* data |
Definition at line 94 of file iax2-parser.h.
Referenced by iax2_send(), iax_showframe(), send_packet(), send_trunk(), transmit_trunk(), and update_packet().
int datalen |
Definition at line 96 of file iax2-parser.h.
Referenced by iax2_send(), send_packet(), send_trunk(), and transmit_trunk().
unsigned short dcallno |
unsigned int direction |
Definition at line 112 of file iax2-parser.h.
Referenced by iax_frame_free(), iax_frame_new(), and send_trunk().
unsigned int final |
Definition at line 110 of file iax2-parser.h.
Referenced by __attempt_transmit(), iax2_send(), iax2_show_stats(), and socket_process().
int iseqno |
Definition at line 118 of file iax2-parser.h.
Referenced by iax2_send(), socket_process(), and update_packet().
int oseqno |
Definition at line 116 of file iax2-parser.h.
Referenced by __attempt_transmit(), iax2_send(), socket_process(), and vnak_retransmit().
unsigned int outoforder |
int retrans |
Definition at line 120 of file iax2-parser.h.
Referenced by __attempt_transmit(), __do_deliver(), iax2_frame_free(), iax_frame_new(), network_thread(), and send_trunk().
int retries |
Definition at line 98 of file iax2-parser.h.
Referenced by __attempt_transmit(), complete_transfer(), iax2_send(), iax2_show_stats(), iax_showframe(), network_thread(), pvt_destructor(), socket_process(), and vnak_retransmit().
int retrytime |
Definition at line 102 of file iax2-parser.h.
Referenced by __attempt_transmit(), iax2_send(), and network_thread().
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 __attempt_transmit(), iax2_send(), send_packet(), send_trunk(), and socket_process().
unsigned int ts |
Definition at line 100 of file iax2-parser.h.
Referenced by __attempt_transmit(), iax2_send(), iax2_trunk_queue(), schedule_delivery(), send_packet(), socket_process(), and unwrap_timestamp().
unsigned char unused[AST_FRIENDLY_OFFSET] |
Definition at line 127 of file iax2-parser.h.