Data Fields | |
ast_udptl_callback | callback |
void * | data |
int | error_correction_entries |
int | error_correction_scheme |
int | error_correction_span |
ast_frame | f [16] |
sockaddr_in | far |
int | far_max_datagram_size |
int | fd |
int | flags |
io_context * | io |
int * | ioid |
unsigned int | lasteventseqn |
int | local_max_datagram_size |
int | nat |
unsigned char | rawdata [8192+AST_FRIENDLY_OFFSET] |
char | resp |
udptl_fec_rx_buffer_t | rx [UDPTL_BUF_MASK+1] |
int | rx_expected_seq_no |
int | rx_seq_no |
sched_context * | sched |
sockaddr_in | them |
udptl_fec_tx_buffer_t | tx [UDPTL_BUF_MASK+1] |
int | tx_seq_no |
int | udptl_offered_from_local |
sockaddr_in | us |
Definition at line 91 of file udptl.c.
void* data |
This option indicates the error correction scheme used in transmitted UDPTL packets.
Definition at line 110 of file udptl.c.
Referenced by ast_udptl_get_error_correction_scheme(), and ast_udptl_set_error_correction_scheme().
This option indicates the maximum size of a UDPTL packet that can be accepted by the remote device.
Definition at line 122 of file udptl.c.
Referenced by ast_udptl_get_far_max_datagram(), and ast_udptl_set_far_max_datagram().
int fd |
Definition at line 92 of file udptl.c.
Referenced by ast_udptl_destroy(), ast_udptl_fd(), ast_udptl_read(), and ast_udptl_settos().
int flags |
struct io_context* io |
int* ioid |
unsigned int lasteventseqn |
This option indicates the maximum size of a UDPTL packet that we are prepared to accept.
Definition at line 126 of file udptl.c.
Referenced by ast_udptl_get_local_max_datagram(), and ast_udptl_set_local_max_datagram().
int nat |
unsigned char rawdata[8192+AST_FRIENDLY_OFFSET] |
udptl_fec_rx_buffer_t rx[UDPTL_BUF_MASK+1] |
struct sched_context* sched |
struct sockaddr_in them |
Definition at line 100 of file udptl.c.
Referenced by ast_udptl_get_peer(), ast_udptl_read(), ast_udptl_set_peer(), and ast_udptl_stop().
udptl_fec_tx_buffer_t tx[UDPTL_BUF_MASK+1] |
struct sockaddr_in us |