ROHC compression/decompression library
Main Page
Related Pages
Modules
Data Structures
Files
Deprecated List
Global
c_piggyback_feedback
(struct
rohc_comp
*comp, unsigned char *feedback, int size)
do not use this function anymore, use
rohc_comp_piggyback_feedback()
instead
Global
crc_get_polynom
(int type)
please do not use crc_get_polynom anymore, simply remove it from your code
Global
crc_init_table
(unsigned char *table, unsigned char poly)
please do not use crc_init_table anymore, simply remove it from your code
Global
crc_table_3
[256]
please do not use this variable anymore
Global
crc_table_6
[256]
please do not use this variable anymore
Global
crc_table_7
[256]
please do not use this variable anymore
Global
crc_table_8
[256]
please do not use this variable anymore
Global
rohc_c_context
(struct
rohc_comp
*comp, int cid, unsigned int indent, char *buffer)
do not use this function anymore, use
rohc_comp_get_general_info()
instead
Global
rohc_c_info
(char *buffer)
do not use this function anymore, use
rohc_comp_get_general_info()
instead
Global
rohc_c_set_mrru
(struct
rohc_comp
*comp, int value)
do not use this function anymore, use
rohc_comp_set_mrru()
instead
Global
rohc_c_statistics
(struct
rohc_comp
*comp, unsigned int indent, char *buffer)
do not use this function anymore, use
rohc_comp_get_general_info()
instead
Global
rohc_comp_get_last_packet_info
(const struct
rohc_comp
*const comp,
rohc_comp_last_packet_info_t
*const info)
do not use this function anymore, use
rohc_comp_get_last_packet_info2()
instead
Global
rohc_compress
(struct
rohc_comp
*comp, unsigned char *ibuf, int isize, unsigned char *obuf, int osize)
do not use this function anymore, use
rohc_compress2()
instead
Global
rohc_decompress_both
(struct
rohc_decomp
*decomp, unsigned char *ibuf, int isize, unsigned char *obuf, int osize, int large)
do not use this function anymore, use
rohc_decomp_set_cid_type()
and
rohc_decomp_set_max_cid()
instead
Global
ROHC_DEPRECATED
("please do not use this variable anymore, simply drop it")
please do not use this variable anymore
Generated on Thu Aug 15 2013 21:44:50 for ROHC compression/decompression library by
1.7.6.1