|
ROHC compression/decompression library
|
ROHC list compression of IPv6 extension headers. More...
#include "schemes/comp_list.h"

Go to the source code of this file.
Functions | |
| void | rohc_comp_list_ipv6_new (struct list_comp *const comp, const size_t oa_repetitions_nr, const int profile_id, rohc_trace_callback2_t trace_cb, void *const trace_cb_priv) |
| Create one context for compressing lists of IPv6 extension headers. More... | |
| void | rohc_comp_list_ipv6_free (struct list_comp *const comp) |
| Free one context for compressing lists of IPv6 extension headers. More... | |
ROHC list compression of IPv6 extension headers.
| void rohc_comp_list_ipv6_free | ( | struct list_comp *const | comp | ) |
Free one context for compressing lists of IPv6 extension headers.
| comp | The context to destroy |
| void rohc_comp_list_ipv6_new | ( | struct list_comp *const | comp, |
| const size_t | oa_repetitions_nr, | ||
| const int | profile_id, | ||
| rohc_trace_callback2_t | trace_cb, | ||
| void *const | trace_cb_priv | ||
| ) |
Create one context for compressing lists of IPv6 extension headers.
| comp | The context to create |
| oa_repetitions_nr | The number of repetitions for Optimistic Approach |
| profile_id | The ID of the associated decompression profile |
| trace_cb | The function to call for printing traces |
| trace_cb_priv | An optional private context, may be NULL |
1.8.14