ROHC compression/decompression library
|
c_context | The ROHC compression context |
c_feedback | The feedback packet |
c_generic_context | The generic compression context |
c_list | Define a list for compression |
c_profile | The ROHC compression profile |
c_translation | Define a compression translation table element |
c_window | Define a W-LSB window entry |
c_wlsb | Defines a W-LSB encoding object |
d_context | The ROHC decompression context |
d_decode_data | Decompression-related data |
d_feedback | Defines a ROHC feedback |
d_generic_changes | Store information about an IP header between the different decompressions of IP packets |
d_generic_context | The generic decompression context |
d_profile | The ROHC decompression profile |
d_rtp_context | Define the RTP part of the decompression profile context |
d_statistics | Some compressor statistics |
d_translation | Define a decompression translation table element |
d_udp_context | Define the UDP part of the decompression profile context |
d_udp_lite_context | Define the UDP-Lite part of the decompression profile context |
esphdr | RTP header |
generic_tmp_vars | Structure that contains variables that are used during one single compression of packet |
ip6_ahhdr | |
ip_header_info | Store information about an IP (IPv4 or IPv6) header between the different compressions of IP packets |
ip_id_offset_decode | Defines a IP-ID object to help computing the IP-ID value from an IP-ID offset |
ip_packet | Defines an IP-agnostic packet that can handle an IPv4 or IPv6 packet |
ipv4_hdr | The IPv4 header |
ipv4_header_info | Store information about an IPv4 header between the different compressions of IP packets |
ipv6_addr | The IPv6 address |
ipv6_hdr | The IPv6 header |
ipv6_header_info | Store information about an IPv6 header between the different compressions of IP packets |
list_comp | The list compressor |
list_decomp | The list decompressor |
list_elt | Define a generic element in a compression list |
medium | ROHC medium (CID characteristics) |
rohc_comp | The ROHC compressor |
rohc_comp_last_packet_info_t | |
rohc_decoded_ip_values | |
rohc_decoded_values | The values decoded from the bits extracted from ROHC header |
rohc_decomp | The ROHC decompressor |
rohc_extr_bits | The bits extracted from ROHC UO* base headers |
rohc_extr_ip_bits | |
rohc_feedback | Information on ROHC feedback data |
rohc_list_item | A list item |
rohc_lsb_decode | The Least Significant Bits (LSB) decoding object |
rtp_tmp_vars | Define the RTP and UDP specific temporary variables in the profile compression context |
rtphdr | The RTP header |
sc_esp_context | Define the ESP part of the profile decompression context |
sc_rtp_context | Define the RTP part of the profile decompression context |
sc_udp_context | Define the UDP part of the profile decompression context |
sc_udp_lite_context | Define the UDP-Lite part of the profile compression context |
sc_uncompressed_context | The Uncompressed context |
ts_sc_comp | Scaled RTP Timestamp encoding object |
ts_sc_decomp | The scaled RTP Timestamp decoding context |
udp_lite_tmp_vars | Define the UDP-Lite-specific temporary variables in the profile compression context |
udp_tmp_vars | Define the UDP-specific temporary variables in the profile compression context |
udphdr |