ROHC compression/decompression library
|
ROHC list compression of IPv6 extension headers. More...
#include "comp/schemes/list.h"
Go to the source code of this file.
Functions | |
void ROHC_EXPORT | rohc_comp_list_ipv6_new (struct list_comp *const comp, const size_t list_trans_nr, rohc_trace_callback_t trace_cb, rohc_trace_callback2_t trace_cb2, void *const trace_cb_priv, const int profile_id) |
Create one context for compressing lists of IPv6 extension headers. | |
void ROHC_EXPORT | rohc_comp_list_ipv6_free (struct list_comp *const comp) |
Free one context for compressing lists of IPv6 extension headers. |
ROHC list compression of IPv6 extension headers.
void ROHC_EXPORT 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_EXPORT rohc_comp_list_ipv6_new | ( | struct list_comp *const | comp, |
const size_t | list_trans_nr, | ||
rohc_trace_callback_t | trace_cb, | ||
rohc_trace_callback2_t | trace_cb2, | ||
void *const | trace_cb_priv, | ||
const int | profile_id | ||
) |
Create one context for compressing lists of IPv6 extension headers.
comp | The context to create |
list_trans_nr | The number of uncompressed transmissions (L) |
trace_cb | The old function to call for printing traces |
trace_cb2 | The new function to call for printing traces |
trace_cb_priv | An optional private context, may be NULL |
profile_id | The ID of the associated decompression profile |