ROHC compression/decompression library
File List
Here is a list of all files with brief descriptions:
 c_esp.cROHC ESP compression profile
 c_ip.cROHC compression context for the IP-only profile
 c_ip.hROHC compression context for the IP-only profile
 c_rtp.cROHC compression context for the RTP profile
 c_rtp.hROHC compression context for the RTP profile
 c_tcp.cROHC compression context for the TCP profile
 c_tcp_opts_list.cHandle the list of TCP options for the TCP compression profile
 c_tcp_opts_list.hHandle the list of TCP options for the TCP ompression profile
 c_udp.cROHC compression context for the UDP profile
 c_udp.hROHC compression context for the UDP profile
 c_udp_lite.cROHC compression context for the UDP-Lite profile
 c_uncompressed.cROHC compression context for the uncompressed profile
 cid.cContext ID (CID) routines
 cid.hContext ID (CID) routines
 comp_list.cROHC generic list compression
 comp_list.hROHC generic list compression
 comp_list_ipv6.cROHC list compression of IPv6 extension headers
 comp_list_ipv6.hROHC list compression of IPv6 extension headers
 comp_scaled_rtp_ts.cScaled RTP Timestamp encoding
 comp_scaled_rtp_ts.hScaled RTP Timestamp encoding
 comp_wlsb.cWindow-based Least Significant Bits (W-LSB) encoding
 comp_wlsb.hWindow-based Least Significant Bits (W-LSB) encoding
 crc.cROHC CRC routines
 crc.hROHC CRC routines
 d_esp.cROHC ESP decompression profile
 d_ip.cROHC decompression context for the IP-only profile
 d_ip.hROHC decompression context for the IP-only profile
 d_rtp.cROHC decompression context for the RTP profile
 d_tcp.cROHC decompression context for the TCP profile
 d_tcp_defines.hMain definitions for the TCP decompression profile
 d_tcp_dynamic.cHandle the dynamic chain of the TCP decompression profile
 d_tcp_dynamic.hHandle the dynamic chain of the TCP decompression profile
 d_tcp_irregular.cHandle the irregular chain of the TCP decompression profile
 d_tcp_irregular.h
 d_tcp_opts_list.cHandle the list of TCP options for the TCP decompression profile
 d_tcp_opts_list.hHandle the list of TCP options for the TCP decompression profile
 d_tcp_static.cHandle the static chain of the TCP decompression profile
 d_tcp_static.hHandle the static chain of the TCP decompression profile
 d_udp.cROHC decompression context for the UDP profile
 d_udp.hROHC decompression context for the UDP profile
 d_udp_lite.cROHC decompression context for the UDP-Lite profile
 d_uncompressed.cROHC decompression context for the uncompressed profile
 decomp_list.cROHC generic list decompression
 decomp_list.hROHC generic list decompression
 decomp_list_ipv6.cROHC list decompression of IPv6 extension headers
 decomp_list_ipv6.hROHC list decompression of IPv6 extension headers
 decomp_scaled_rtp_ts.cScaled RTP Timestamp decoding
 decomp_scaled_rtp_ts.hScaled RTP Timestamp decoding
 decomp_wlsb.cWindow-based Least Significant Bits (W-LSB) decoding
 decomp_wlsb.hWindow-based Least Significant Bits (W-LSB) decoding
 esp.hESP header description
 feedback.hROHC feedback definitions and formats
 feedback_create.cFunctions to create ROHC feedback
 feedback_create.hFunctions to create ROHC feedback
 feedback_parse.cFunction to parse ROHC feedback
 feedback_parse.hFunction to parse ROHC feedback
 interval.cCompute the interpretation interval for LSB and W-LSB encoding
 interval.hCompute the interpretation interval for LSB and W-LSB encoding
 ip.cIP-agnostic packet
 ip.hIP-agnostic packet
 protocols/ip.hDefines the common IPv4/v6 header
 comp/schemes/ip_id_offset.cOffset IP-ID encoding
 decomp/schemes/ip_id_offset.cOffset IP-ID decoding
 comp/schemes/ip_id_offset.hOffset IP-ID encoding
 decomp/schemes/ip_id_offset.hOffset IP-ID decoding
 ip_numbers.cDefines the IPv4 protocol numbers
 ip_numbers.hDefines the IPv4 protocol numbers
 ipv4.hThe IPv4 header
 ipv6.hThe IPv6 header
 net_pkt.cNetwork packet (may contains several IP headers)
 net_pkt.hNetwork packet (may contains several IP headers)
 comp/schemes/rfc4996.cLibrary of encoding methods from RFC4997 and RFC4996
 decomp/schemes/rfc4996.cLibrary of decoding methods from RFC4997 and RFC4996
 comp/schemes/rfc4996.hLibrary of encoding methods from RFC4997 and RFC4996
 decomp/schemes/rfc4996.hLibrary of decoding methods from RFC4997 and RFC4996
 rohc.hROHC common definitions and routines
 rohc_add_cid.cFunctions related to ROHC add-CID
 rohc_add_cid.hFunctions related to ROHC add-CID
 rohc_bit_ops.hBitwised operations for ROHC compression/decompression
 rohc_buf.hDefine a network buffer for the ROHC library
 rohc_common.cROHC common definitions and routines
 rohc_common.h
 rohc_comp.cROHC compression routines
 rohc_comp.hROHC compression routines
 rohc_comp_internals.hInternal structures for ROHC compression
 rohc_comp_rfc3095.cGeneric framework for RFC3095-based compression profiles such as IP-only, UDP, UDP-Lite, ESP, and RTP profiles
 rohc_comp_rfc3095.hGeneric framework for RFC3095-based compression profiles such as IP-only, UDP, UDP-Lite, ESP, and RTP profiles
 rohc_debug.hROHC debug utils
 rohc_decomp.cROHC decompression routines
 rohc_decomp.hROHC decompression routines
 rohc_decomp_detect_packet.cFunctions related to packet detection
 rohc_decomp_detect_packet.hFunctions related to packet detection
 rohc_decomp_internals.hInternal structures for ROHC decompression
 rohc_decomp_rfc3095.cGeneric framework for RFC3095-based decompression profiles such as IP-only, UDP, UDP-Lite, ESP, and RTP profiles
 rohc_decomp_rfc3095.h
 rohc_internal.hROHC private common definitions and routines
 rohc_list.cDefine list compression with its function
 rohc_list.hDefine list compression with its function
 rohc_packets.cDescriptions of ROHC packets and extensions
 rohc_packets.hDefinition of ROHC packets and extensions
 rohc_time.hROHC public definitions related to time
 rohc_time_internal.hROHC internal functions related to time
 rohc_traces.hROHC definitions for traces
 rohc_traces_internal.cROHC for traces
 rohc_traces_internal.hInternal ROHC macros and functions for traces
 rohc_utils.cMiscellaneous utils for ROHC libraries
 rohc_utils.hMiscellaneous utils for ROHC libraries
 rtp.hRTP header
 sdvl.cSelf-Describing Variable-Length (SDVL) encoding
 sdvl.hSelf-Describing Variable-Length (SDVL) encoding
 tcp.hTCP header description
 comp/schemes/tcp_sack.cHandle encoding of TCP Selective ACKnowledgement (SACK) option
 decomp/schemes/tcp_sack.cHandle decoding of TCP Selective ACKnowledgement (SACK) option
 comp/schemes/tcp_sack.hHandle encoding of TCP Selective ACKnowledgement (SACK) option
 decomp/schemes/tcp_sack.hHandle decoding of TCP Selective ACKnowledgement (SACK) option
 comp/schemes/tcp_ts.cHandle encoding of TCP TimeStamp (TS) option
 decomp/schemes/tcp_ts.cHandle decoding of TCP TimeStamp (TS) option
 comp/schemes/tcp_ts.hHandle encoding of TCP TimeStamp (TS) option
 decomp/schemes/tcp_ts.hHandle decoding of TCP TimeStamp (TS) option
 udp.hDefines the UDP header
 udp_lite.hDefine the UDP-Lite protocol