ROHC compression/decompression library
|
Handle the replicate chain of 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 | |
bool | tcp_parse_replicate_chain (const struct rohc_decomp_ctxt *const context, const uint8_t *const rohc_packet, const size_t rohc_length, struct rohc_tcp_extr_bits *const bits, size_t *const parsed_len) |
Parse the replicate chain of the IR-CR packet. More... | |
Handle the replicate chain of the TCP decompression profile.
bool tcp_parse_replicate_chain | ( | const struct rohc_decomp_ctxt *const | context, |
const uint8_t *const | rohc_packet, | ||
const size_t | rohc_length, | ||
struct rohc_tcp_extr_bits *const | bits, | ||
size_t *const | parsed_len | ||
) |
Parse the replicate chain of the IR-CR packet.
context | The decompression context | |
rohc_packet | The remaining part of the ROHC packet | |
rohc_length | The remaining length (in bytes) of the ROHC packet | |
[out] | bits | The bits extracted from the replicate chain |
[out] | parsed_len | The length (in bytes) of replicate chain in case of success |