d_tcp_opts_list.h File Reference
Handle the list of TCP options for the TCP decompression profile.
More...
#include "rohc_decomp_internals.h"
#include "d_tcp_defines.h"
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
Go to the source code of this file.
Functions |
| int | d_tcp_parse_tcp_opts_list_item (const struct rohc_decomp_ctxt *const context, const uint8_t *const rohc_packet, const size_t rohc_length, const bool is_dynamic_chain, struct d_tcp_opts_ctxt *const tcp_opts) |
| int | d_tcp_parse_tcp_opts_irreg (const struct rohc_decomp_ctxt *const context, const uint8_t *const rohc_packet, const size_t rohc_length, struct d_tcp_opts_ctxt *const tcp_opts) |
| bool | d_tcp_build_tcp_opts (const struct rohc_decomp_ctxt *const context, const struct rohc_tcp_decoded_values *const decoded, struct rohc_buf *const uncomp_packet, size_t *const opts_len) |
Detailed Description
Handle the list of TCP options for the TCP decompression profile.
- Author:
- FWX <rohc_team@dialine.fr>
-
Didier Barvaux <didier@barvaux.org>
-
Didier Barvaux <didier.barvaux@toulouse.viveris.com>
Function Documentation
| int d_tcp_parse_tcp_opts_irreg |
( |
const struct rohc_decomp_ctxt *const |
context, |
|
|
const uint8_t *const |
rohc_packet, |
|
|
const size_t |
rohc_length, |
|
|
struct d_tcp_opts_ctxt *const |
tcp_opts | |
|
) |
| | |
| int d_tcp_parse_tcp_opts_list_item |
( |
const struct rohc_decomp_ctxt *const |
context, |
|
|
const uint8_t *const |
rohc_packet, |
|
|
const size_t |
rohc_length, |
|
|
const bool |
is_dynamic_chain, |
|
|
struct d_tcp_opts_ctxt *const |
tcp_opts | |
|
) |
| | |