|
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 | Defines 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_ip_id_decode | Defines a IP-ID object to help computing the IP-ID value from an IP-ID offset |
| d_lsb_decode | Least Significant Bits decoding object |
| 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 |
| generic_tmp_variables | 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_packet | Defines an IP-agnostic packet that can handle an IPv4 or IPv6 packet |
| ipv4_header_info | Store information about an IPv4 header between the different compressions of IP packets |
| ipv6_header_info | Store information about an IPv6 header between the different compressions of IP packets |
| item | Define the item |
| 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_decomp | The ROHC decompressor |
| rohc_feedback | Information on ROHC feedback data |
| rtp_tmp_variables | Define the RTP and UDP specific temporary variables in the profile compression context |
| rtphdr | RTP header |
| 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 | Scaled RTP Timestamp decoding object |
| udp_lite_tmp_variables | Define the UDP-Lite-specific temporary variables in the profile compression context |
| udp_tmp_variables | Define the UDP-specific temporary variables in the profile compression context |
1.7.6.1