![]() |
Home page |
Mailing list |
Docs
Asterisk developer's documentation :: Codename Pineapple
ast_udptl Struct Reference
Collaboration diagram for ast_udptl:
Definition at line 122 of file udptl.c.
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 |
| uint16_t | seqno |
| 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 |
| int | verbose |
|
|
Definition at line 137 of file udptl.c. Referenced by ast_udptl_set_callback(), and udptlread(). |
|
|
Definition at line 136 of file udptl.c. Referenced by ast_udptl_set_data(). |
|
|
This option indicates the number of error correction entries transmitted in UDPTL packets. |
|
|
This option indicates the error correction scheme used in transmitted UDPTL packets. Definition at line 142 of file udptl.c. Referenced by ast_udptl_get_error_correction_scheme(), ast_udptl_new_with_bindaddr(), and ast_udptl_set_error_correction_scheme(). |
|
|
This option indicates the span of the error correction entries in transmitted UDPTL packets (FEC only). |
|
|
Definition at line 125 of file udptl.c. Referenced by ast_udptl_read(). |
|
|
|
|
|
This option indicates the maximum size of a UDPTL packet that can be accepted by the remote device. Definition at line 154 of file udptl.c. Referenced by ast_udptl_get_far_max_datagram(), and ast_udptl_set_far_max_datagram(). |
|
|
Definition at line 123 of file udptl.c. Referenced by ast_udptl_destroy(), ast_udptl_fd(), ast_udptl_read(), and ast_udptl_settos(). |
|
|
|
|
|
Definition at line 135 of file udptl.c. Referenced by ast_udptl_destroy(). |
|
|
Definition at line 132 of file udptl.c. Referenced by ast_udptl_destroy(). |
|
|
|
|
|
This option indicates the maximum size of a UDPTL packet that we are prepared to accept. Definition at line 158 of file udptl.c. Referenced by ast_udptl_get_local_max_datagram(), and ast_udptl_set_local_max_datagram(). |
|
|
Definition at line 128 of file udptl.c. Referenced by ast_udptl_read(), and ast_udptl_setnat(). |
|
|
Definition at line 126 of file udptl.c. Referenced by ast_udptl_read(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 131 of file udptl.c. Referenced by ast_udptl_get_peer(), ast_udptl_read(), ast_udptl_set_peer(), and ast_udptl_stop(). |
|
|
|
|
|
|
|
|
Definition at line 138 of file udptl.c. Referenced by ast_udptl_offered_from_local(). |
|
|
Definition at line 130 of file udptl.c. Referenced by ast_udptl_get_us(). |
|
|
|