d_tcp_dynamic.h File Reference

Handle the dynamic 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>
Include dependency graph for d_tcp_dynamic.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool tcp_parse_dyn_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 dynamic chain of the IR/IR-DYN packet.

Detailed Description

Handle the dynamic chain of the TCP decompression profile.

Author:
FWX <rohc_team@dialine.fr>
Didier Barvaux <didier@barvaux.org>
Didier Barvaux <didier.barvaux@toulouse.viveris.com>

Function Documentation

bool tcp_parse_dyn_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 dynamic chain of the IR/IR-DYN packet.

Parameters:
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] parsed_len The length (in bytes) of static chain in case of success
[out] bits The bits extracted from the dynamic chain
Returns:
true in the dynamic chain was successfully parsed, false if the ROHC packet was malformed

Generated on 4 Jul 2018 for ROHC compression/decompression library by  doxygen 1.6.1