Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
udptl_fec_rx_buffer_t Struct Reference

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
 

Detailed Description

Definition at line 144 of file udptl.c.

Field Documentation

◆ buf

uint8_t buf[LOCAL_FAX_MAX_DATAGRAM]

Definition at line 146 of file udptl.c.

Referenced by udptl_rx_packet().

◆ buf_len

int buf_len

Definition at line 145 of file udptl.c.

Referenced by ast_udptl_new_with_bindaddr(), and udptl_rx_packet().

◆ fec

Definition at line 148 of file udptl.c.

Referenced by udptl_rx_packet().

◆ fec_entries

unsigned int fec_entries

Definition at line 150 of file udptl.c.

Referenced by udptl_rx_packet().

◆ fec_len

unsigned int fec_len[MAX_FEC_ENTRIES]

Definition at line 147 of file udptl.c.

Referenced by udptl_rx_packet().

◆ fec_span

unsigned int fec_span

Definition at line 149 of file udptl.c.

Referenced by udptl_rx_packet().


The documentation for this struct was generated from the following file: