|
Asterisk - The Open Source Telephony Project GIT-master-27fb039
|
Data Fields | |
| uint8_t | buf [LOCAL_FAX_MAX_DATAGRAM] |
| int | buf_len |
| uint8_t | fec [MAX_FEC_ENTRIES][LOCAL_FAX_MAX_DATAGRAM] |
| unsigned int | fec_entries |
| unsigned int | fec_len [MAX_FEC_ENTRIES] |
| unsigned int | fec_span |
| uint8_t buf[LOCAL_FAX_MAX_DATAGRAM] |
Definition at line 173 of file udptl.c.
Referenced by udptl_rx_packet().
| int buf_len |
Definition at line 172 of file udptl.c.
Referenced by ast_udptl_new_with_bindaddr(), and udptl_rx_packet().
| uint8_t fec[MAX_FEC_ENTRIES][LOCAL_FAX_MAX_DATAGRAM] |
Definition at line 175 of file udptl.c.
Referenced by udptl_rx_packet().
| unsigned int fec_entries |
Definition at line 177 of file udptl.c.
Referenced by udptl_rx_packet().
| unsigned int fec_len[MAX_FEC_ENTRIES] |
Definition at line 174 of file udptl.c.
Referenced by udptl_rx_packet().
| unsigned int fec_span |
Definition at line 176 of file udptl.c.
Referenced by udptl_rx_packet().