 c_esp.c | ROHC ESP compression profile |
 c_ip.c | ROHC compression context for the IP-only profile |
 c_ip.h | ROHC compression context for the IP-only profile |
 c_rtp.c | ROHC compression context for the RTP profile |
 c_rtp.h | ROHC compression context for the RTP profile |
 c_tcp.c | ROHC compression context for the TCP profile |
 c_tcp_opts_list.c | Handle the list of TCP options for the TCP compression profile |
 c_tcp_opts_list.h | Handle the list of TCP options for the TCP ompression profile |
 c_udp.c | ROHC compression context for the UDP profile |
 c_udp.h | ROHC compression context for the UDP profile |
 c_udp_lite.c | ROHC compression context for the UDP-Lite profile |
 c_uncompressed.c | ROHC compression context for the uncompressed profile |
 cid.c | Context ID (CID) routines |
 cid.h | Context ID (CID) routines |
 comp_list.c | ROHC generic list compression |
 comp_list.h | ROHC generic list compression |
 comp_list_ipv6.c | ROHC list compression of IPv6 extension headers |
 comp_list_ipv6.h | ROHC list compression of IPv6 extension headers |
 comp_scaled_rtp_ts.c | Scaled RTP Timestamp encoding |
 comp_scaled_rtp_ts.h | Scaled RTP Timestamp encoding |
 comp_wlsb.c | Window-based Least Significant Bits (W-LSB) encoding |
 comp_wlsb.h | Window-based Least Significant Bits (W-LSB) encoding |
 crc.c | ROHC CRC routines |
 crc.h | ROHC CRC routines |
 d_esp.c | ROHC ESP decompression profile |
 d_ip.c | ROHC decompression context for the IP-only profile |
 d_ip.h | ROHC decompression context for the IP-only profile |
 d_rtp.c | ROHC decompression context for the RTP profile |
 d_tcp.c | ROHC decompression context for the TCP profile |
 d_tcp_defines.h | Main definitions for the TCP decompression profile |
 d_tcp_dynamic.c | Handle the dynamic chain of the TCP decompression profile |
 d_tcp_dynamic.h | Handle the dynamic chain of the TCP decompression profile |
 d_tcp_irregular.c | Handle the irregular chain of the TCP decompression profile |
 d_tcp_irregular.h | |
 d_tcp_opts_list.c | Handle the list of TCP options for the TCP decompression profile |
 d_tcp_opts_list.h | Handle the list of TCP options for the TCP decompression profile |
 d_tcp_static.c | Handle the static chain of the TCP decompression profile |
 d_tcp_static.h | Handle the static chain of the TCP decompression profile |
 d_udp.c | ROHC decompression context for the UDP profile |
 d_udp.h | ROHC decompression context for the UDP profile |
 d_udp_lite.c | ROHC decompression context for the UDP-Lite profile |
 d_uncompressed.c | ROHC decompression context for the uncompressed profile |
 decomp_list.c | ROHC generic list decompression |
 decomp_list.h | ROHC generic list decompression |
 decomp_list_ipv6.c | ROHC list decompression of IPv6 extension headers |
 decomp_list_ipv6.h | ROHC list decompression of IPv6 extension headers |
 decomp_scaled_rtp_ts.c | Scaled RTP Timestamp decoding |
 decomp_scaled_rtp_ts.h | Scaled RTP Timestamp decoding |
 decomp_wlsb.c | Window-based Least Significant Bits (W-LSB) decoding |
 decomp_wlsb.h | Window-based Least Significant Bits (W-LSB) decoding |
 esp.h | ESP header description |
 feedback.h | ROHC feedback definitions and formats |
 feedback_create.c | Functions to create ROHC feedback |
 feedback_create.h | Functions to create ROHC feedback |
 feedback_parse.c | Function to parse ROHC feedback |
 feedback_parse.h | Function to parse ROHC feedback |
 interval.c | Compute the interpretation interval for LSB and W-LSB encoding |
 interval.h | Compute the interpretation interval for LSB and W-LSB encoding |
 ip.c | IP-agnostic packet |
 ip.h | IP-agnostic packet |
 protocols/ip.h | Defines the common IPv4/v6 header |
 comp/schemes/ip_id_offset.c | Offset IP-ID encoding |
 decomp/schemes/ip_id_offset.c | Offset IP-ID decoding |
 comp/schemes/ip_id_offset.h | Offset IP-ID encoding |
 decomp/schemes/ip_id_offset.h | Offset IP-ID decoding |
 ip_numbers.c | Defines the IPv4 protocol numbers |
 ip_numbers.h | Defines the IPv4 protocol numbers |
 ipv4.h | The IPv4 header |
 ipv6.h | The IPv6 header |
 net_pkt.c | Network packet (may contains several IP headers) |
 net_pkt.h | Network packet (may contains several IP headers) |
 comp/schemes/rfc4996.c | Library of encoding methods from RFC4997 and RFC4996 |
 decomp/schemes/rfc4996.c | Library of decoding methods from RFC4997 and RFC4996 |
 comp/schemes/rfc4996.h | Library of encoding methods from RFC4997 and RFC4996 |
 decomp/schemes/rfc4996.h | Library of decoding methods from RFC4997 and RFC4996 |
 rohc.h | ROHC common definitions and routines |
 rohc_add_cid.c | Functions related to ROHC add-CID |
 rohc_add_cid.h | Functions related to ROHC add-CID |
 rohc_bit_ops.h | Bitwised operations for ROHC compression/decompression |
 rohc_buf.h | Define a network buffer for the ROHC library |
 rohc_common.c | ROHC common definitions and routines |
 rohc_comp.c | ROHC compression routines |
 rohc_comp.h | ROHC compression routines |
 rohc_comp_internals.h | Internal structures for ROHC compression |
 rohc_comp_rfc3095.c | Generic framework for RFC3095-based compression profiles such as IP-only, UDP, UDP-Lite, ESP, and RTP profiles |
 rohc_comp_rfc3095.h | Generic framework for RFC3095-based compression profiles such as IP-only, UDP, UDP-Lite, ESP, and RTP profiles |
 rohc_debug.h | ROHC debug utils |
 rohc_decomp.c | ROHC decompression routines |
 rohc_decomp.h | ROHC decompression routines |
 rohc_decomp_detect_packet.c | Functions related to packet detection |
 rohc_decomp_detect_packet.h | Functions related to packet detection |
 rohc_decomp_internals.h | Internal structures for ROHC decompression |
 rohc_decomp_rfc3095.c | Generic framework for RFC3095-based decompression profiles such as IP-only, UDP, UDP-Lite, ESP, and RTP profiles |
 rohc_decomp_rfc3095.h | |
 rohc_internal.h | ROHC private common definitions and routines |
 rohc_list.c | Define list compression with its function |
 rohc_list.h | Define list compression with its function |
 rohc_packets.c | Descriptions of ROHC packets and extensions |
 rohc_packets.h | Definition of ROHC packets and extensions |
 rohc_time.h | ROHC public definitions related to time |
 rohc_time_internal.h | ROHC internal functions related to time |
 rohc_traces.h | ROHC definitions for traces |
 rohc_traces_internal.c | ROHC for traces |
 rohc_traces_internal.h | Internal ROHC macros and functions for traces |
 rohc_utils.c | Miscellaneous utils for ROHC libraries |
 rohc_utils.h | Miscellaneous utils for ROHC libraries |
 rtp.h | RTP header |
 sdvl.c | Self-Describing Variable-Length (SDVL) encoding |
 sdvl.h | Self-Describing Variable-Length (SDVL) encoding |
 tcp.h | TCP header description |
 comp/schemes/tcp_sack.c | Handle encoding of TCP Selective ACKnowledgement (SACK) option |
 decomp/schemes/tcp_sack.c | Handle decoding of TCP Selective ACKnowledgement (SACK) option |
 comp/schemes/tcp_sack.h | Handle encoding of TCP Selective ACKnowledgement (SACK) option |
 decomp/schemes/tcp_sack.h | Handle decoding of TCP Selective ACKnowledgement (SACK) option |
 comp/schemes/tcp_ts.c | Handle encoding of TCP TimeStamp (TS) option |
 decomp/schemes/tcp_ts.c | Handle decoding of TCP TimeStamp (TS) option |
 comp/schemes/tcp_ts.h | Handle encoding of TCP TimeStamp (TS) option |
 decomp/schemes/tcp_ts.h | Handle decoding of TCP TimeStamp (TS) option |
 udp.h | Defines the UDP header |
 udp_lite.h | Define the UDP-Lite protocol |