28 #ifndef ROHC_DECOMP_SCHEMES_TCP_TS_H    29 #define ROHC_DECOMP_SCHEMES_TCP_TS_H    38                        const uint8_t *
const data,
    39                        const size_t data_len,
    41         __attribute__((warn_unused_result, nonnull(1, 2, 4)));
 int d_tcp_ts_lsb_parse(const struct rohc_decomp_ctxt *const context, const uint8_t *const data, const size_t data_len, struct rohc_lsb_field32 *const ts_field)
Parse the LSBs bits of one of the TS echo request/reply fields. 
Definition: decomp/schemes/tcp_ts.c:48
 
Internal structures for ROHC decompression. 
 
Window-based Least Significant Bits (W-LSB) decoding. 
 
Definition: decomp_wlsb.h:68
 
The ROHC decompression context. 
Definition: rohc_decomp_internals.h:274