ROHC compression/decompression library
|
Directories | |
directory | schemes |
Files | |
file | d_esp.c |
ROHC ESP decompression profile. | |
file | d_ip.c |
ROHC decompression context for the IP-only profile. | |
file | d_ip.h [code] |
ROHC decompression context for the IP-only profile. | |
file | d_rtp.c |
ROHC decompression context for the RTP profile. | |
file | d_tcp.c |
ROHC decompression context for the TCP profile. | |
file | d_tcp_defines.h [code] |
Main definitions for the TCP decompression profile. | |
file | d_tcp_dynamic.c |
Handle the dynamic chain of the TCP decompression profile. | |
file | d_tcp_dynamic.h [code] |
Handle the dynamic chain of the TCP decompression profile. | |
file | d_tcp_irregular.c |
Handle the irregular chain of the TCP decompression profile. | |
file | d_tcp_irregular.h [code] |
file | d_tcp_opts_list.c |
Handle the list of TCP options for the TCP decompression profile. | |
file | d_tcp_opts_list.h [code] |
Handle the list of TCP options for the TCP decompression profile. | |
file | d_tcp_replicate.c |
Handle the replicate chain of the TCP decompression profile. | |
file | d_tcp_replicate.h [code] |
Handle the replicate chain of the TCP decompression profile. | |
file | d_tcp_static.c |
Handle the static chain of the TCP decompression profile. | |
file | d_tcp_static.h [code] |
Handle the static chain of the TCP decompression profile. | |
file | d_udp.c |
ROHC decompression context for the UDP profile. | |
file | d_udp.h [code] |
ROHC decompression context for the UDP profile. | |
file | d_udp_lite.c |
ROHC decompression context for the UDP-Lite profile. | |
file | d_uncompressed.c |
ROHC decompression context for the uncompressed profile. | |
file | decomp_rfc5225_ip.c |
ROHC decompression context for the ROHCv2 IP-only profile. | |
file | decomp_rfc5225_ip_esp.c |
ROHC decompression context for the ROHCv2 IP/ESP profile. | |
file | decomp_rfc5225_ip_udp.c |
ROHC decompression context for the ROHCv2 IP/UDP profile. | |
file | feedback_create.c |
Functions to create ROHC feedback. | |
file | feedback_create.h [code] |
Functions to create ROHC feedback. | |
file | rohc_decomp.c |
ROHC decompression routines. | |
file | rohc_decomp.h [code] |
ROHC decompression routines. | |
file | rohc_decomp_detect_packet.c |
Functions related to packet detection. | |
file | rohc_decomp_detect_packet.h [code] |
Functions related to packet detection. | |
file | rohc_decomp_internals.h [code] |
Internal structures for ROHC decompression. | |
file | rohc_decomp_rfc3095.c |
Generic framework for RFC3095-based decompression profiles such as IP-only, UDP, UDP-Lite, ESP, and RTP profiles. | |
file | rohc_decomp_rfc3095.h [code] |