ROHC compression/decompression library
|
Define a list for compression. More...
#include <comp_list.h>
Public Attributes | |
int | gen_id |
generation identifier | |
struct list_elt * | first_elt |
first element of the list |
Define a list for compression.
struct list_elt* c_list::first_elt |
first element of the list
Referenced by add_elt(), build_uncompressed_ip6(), c_init_header_info(), create_list(), d_decode_dynamic_ip6(), decode_type_0(), decode_type_1(), decode_type_2(), decode_type_3(), delete_elt(), destroy_list(), elt_index(), empty_list(), encode_ip6_extension(), encode_list(), get_elt(), insert_elt(), push_back(), size_list(), and type_is_present().
int c_list::gen_id |
generation identifier
Referenced by c_algo_list_compress(), c_init_header_info(), check_id(), create_list(), decode_type_0(), decode_type_1(), decode_type_2(), decode_type_3(), encode_list(), and encode_type_0().